SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::internal::basic_variable_traits< T > Struct Template Reference

Collection of Type and Class. More...

#include <VariableTraits.h>

Inheritance diagram for Spices::internal::basic_variable_traits< T >:
Spices::variable_traits< T * >

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>
 

Detailed Description

template<typename T>
struct Spices::internal::basic_variable_traits< T >

Collection of Type and Class.

Template Parameters
TVariable Type with class.

Definition at line 59 of file VariableTraits.h.


The documentation for this struct was generated from the following file: