OpenWalnut  1.4.0
Public Types
WPropertyStructHelper::SequenceToTuple< Sequence > Struct Template Reference

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

#include <WPropertyStruct.h>

List of all members.

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.

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 83 of file WPropertyStruct.h.


Member Typedef Documentation

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 94 of file WPropertyStruct.h.


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