OGLplus  (0.59.0) a C++ wrapper for rendering APIs

in_class.hpp
Go to the documentation of this file.
1 
9 #ifndef EAGINE_VALID_IF_IN_CLASS_HPP
10 #define EAGINE_VALID_IF_IN_CLASS_HPP
11 
12 #include "decl.hpp"
13 
14 namespace eagine {
15 
16 // in_class_valid_if
17 template <
18  typename T,
19  typename C,
20  typename Policy,
21  typename DoLog = typename Policy::do_log>
22 using in_class_valid_if = basic_valid_if<T, Policy, DoLog, const C&>;
23 
24 } // namespace eagine
25 
26 #endif // EAGINE_VALID_IF_IN_CLASS_HPP
Common code is placed in this namespace.
Definition: eagine.hpp:21

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).