OpenWalnut  1.5.0dev
Public Types | List of all members
WPropertyStructHelper::SequenceToTuple< Sequence > Struct Template Reference

Converts a boost mpl sequence to a boost tuple. More...

#include <WPropertyStruct.h>

Public Types

typedef boost::mpl::reverse_copy< Sequence, boost::mpl::inserter< boost::tuple<>, PushTypeToTupleFront< boost::mpl::_2, boost::mpl::_1 > > >::type type
 This is the tuple type for the sequence. More...
 

Detailed Description

template<typename Sequence>
struct WPropertyStructHelper::SequenceToTuple< Sequence >

Converts a boost mpl sequence to a boost tuple.

Template Parameters
Sequencethe sequence to convert

Definition at line 82 of file WPropertyStruct.h.

Member Typedef Documentation

◆ type

template<typename Sequence >
typedef boost::mpl::reverse_copy< Sequence, boost::mpl::inserter< boost::tuple<>, PushTypeToTupleFront< boost::mpl::_2, boost::mpl::_1 > > >::type WPropertyStructHelper::SequenceToTuple< Sequence >::type

This is the tuple type for the sequence.

Definition at line 93 of file WPropertyStruct.h.


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