![]() |
OpenWalnut
1.5.0dev
|
Convert a list of template parameters to a boost::mpl::vector. More...
#include <WPropertyStruct.h>
Public Types | |
| typedef boost::mpl::vector< BOOST_PP_ENUM_PARAMS(10, T) > | type |
| The template types as mpl vector. More... | |
Convert a list of template parameters to a boost::mpl::vector.
This is currently done using the boost::mpl no-type type. This might get a problem some day?!
| T0 | first type. Mandatory. |
| T1 | additional type. Optional. |
| T2 | additional type. Optional. |
| T3 | additional type. Optional. |
| T4 | additional type. Optional. |
| T5 | additional type. Optional. |
| T6 | additional type. Optional. |
| T7 | additional type. Optional. |
| T8 | additional type. Optional. |
| T9 | additional type. Optional. |
Definition at line 128 of file WPropertyStruct.h.
| typedef boost::mpl::vector< BOOST_PP_ENUM_PARAMS( 10, T ) > WPropertyStructHelper::AsVector< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::type |
The template types as mpl vector.
Definition at line 133 of file WPropertyStruct.h.