Implementation of variable_traits without class. More...
#include <VariableTraits.h>
Public Types | |
| using | PointerType = T* |
| 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> |
Implementation of variable_traits without class.
| T | Variable Type. |
Definition at line 79 of file VariableTraits.h.