SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::variable_traits< T * > Struct Template Reference

Implementation of variable_traits without class. More...

#include <VariableTraits.h>

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

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>
 

Detailed Description

template<typename T>
struct Spices::variable_traits< T * >

Implementation of variable_traits without class.

Template Parameters
TVariable Type.

Definition at line 79 of file VariableTraits.h.


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