OpenWalnut  1.5.0dev
Classes | Typedefs
WPropertyStructHelper Namespace Reference

This contains some helping classes for compile time type conversion and similar. More...

Classes

struct  PushTypeToTupleFront
 Class to push a type from a sequence to the front of a tuple type. More...
 
struct  PushTypeToTupleFront< T, boost::tuple< BOOST_PP_ENUM_PARAMS(10, T) > >
 Class to push a type from a sequence to the front of a tuple type. More...
 
struct  SequenceToTuple
 Converts a boost mpl sequence to a boost tuple. More...
 
struct  AsVector
 Convert a list of template parameters to a boost::mpl::vector. More...
 

Typedefs

typedef boost::mpl::na NOTYPE
 Alias for default type to emulate variadic templates. More...
 

Detailed Description

This contains some helping classes for compile time type conversion and similar.

Typedef Documentation

◆ NOTYPE

typedef boost::mpl::na WPropertyStructHelper::NOTYPE

Alias for default type to emulate variadic templates.

Definition at line 99 of file WPropertyStruct.h.