Collection of Type and Class. More...
#include <VariableTraits.h>
Public Types | |
| using | Type = variable_type_t<T> |
| using | Class = variable_class_t<T> |
Static Public Attributes | |
| static constexpr bool | is_member = std::is_member_pointer_v<T> |
| static constexpr bool | is_const = is_const_v<T> |
Collection of Type and Class.
| T | Variable Type with class. |
Definition at line 59 of file VariableTraits.h.