cppexpose
1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
|
#include <array>
#include <type_traits>
#include <cppexpose/cppexpose_api.h>
Go to the source code of this file.
Namespaces | |
cppexpose | |
cppexpose::helper | |
Template helpers that deal with type traits and conditional template specialization. | |
Typedefs | |
template<typename Condition , typename Type = void> | |
using | cppexpose::helper::EnableIf = typename value_accessor< Condition, Type >::type |
Used to choose specific property implementation for different types at compile time via SFINAE. More... | |
Variables | |
template<bool Condition, bool... MoreConditions> | |
struct CPPEXPOSE_TEMPLATE_API | cppexpose::helper::all |