#include <field_traits.h>
Public Types | |
typedef T | type |
Static Public Member Functions | |
static const char * | name () |
static type & | reference (T &instance, std::size_t) |
static const type & | reference (const T &instance, std::size_t) |
Definition at line 43 of file field_traits.h.
typedef T cpp_introspection::field_traits::value< T >::type |
Definition at line 44 of file field_traits.h.
static const char* cpp_introspection::field_traits::value< T >::name | ( | ) | [inline, static] |
Definition at line 47 of file field_traits.h.
static type& cpp_introspection::field_traits::value< T >::reference | ( | T & | instance, |
std::size_t | |||
) | [inline, static] |
Definition at line 45 of file field_traits.h.
static const type& cpp_introspection::field_traits::value< T >::reference | ( | const T & | instance, |
std::size_t | |||
) | [inline, static] |
Definition at line 46 of file field_traits.h.