OpenWalnut
1.4.0
|
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. |
Converts a boost mpl sequence to a boost tuple.
Sequence | the sequence to convert |
Definition at line 83 of file WPropertyStruct.h.
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 94 of file WPropertyStruct.h.