SpiecsEngine
 
Loading...
Searching...
No Matches
VariableTraits.h File Reference

The VariableTraits Class Definitions and Implementation. More...

#include "IsConst.h"
#include <type_traits>

Go to the source code of this file.

Classes

struct  Spices::detail::variable_type< T >
 Store Non Member Variable Type. More...
 
struct  Spices::detail::variable_type< T C::* >
 Store Member Variable Type. More...
 
struct  Spices::internal::basic_variable_traits< T >
 Collection of Type and Class. More...
 
struct  Spices::variable_traits< T * >
 Implementation of variable_traits without class. More...
 
struct  Spices::variable_traits< T C::* >
 Implementation of variable_traits with class. More...
 

Namespaces

namespace  Spices
 
namespace  Spices::detail
 
namespace  Spices::internal
 

Typedefs

template<typename T >
using Spices::variable_type_t = typename detail::variable_type<T>::Type
 Simplify format of variable_type::Type.
 
template<typename T >
using Spices::variable_class_t = typename detail::variable_type<T>::Class
 Simplify format of variable_type::Class.
 

Detailed Description

The VariableTraits Class Definitions and Implementation.

Author
VisualGMQ.

Definition in file VariableTraits.h.