Implementation of variable_traits with class. More...
#include <VariableTraits.h>
Public Types | |
| using | PointerType = T C::* |
| using | Type |
| using | Class |
Static Public Attributes | |
| static constexpr bool | is_member |
| static constexpr bool | is_const |
Implementation of variable_traits with class.
| T | Variable Type. |
| C | Variable Class. |
Definition at line 90 of file VariableTraits.h.