...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Front Page / Sequences / Classes / list_c |
list_c is an Integral Sequence Wrapper for list. As such, it shares all list characteristics and requirements, and differs only in the way the original sequence content is specified.
Sequence form | Header |
---|---|
Variadic | #include <boost/mpl/list_c.hpp> |
Numbered | #include |
The semantics of an expression are defined only where they differ from, or are not defined in list.
Expression | Semantics |
---|---|
list_c |
A list of integral constant wrappers
integral_c |
list_c |
Identical to listn<
integral_c |
list_c |
Identical to T; see Integral Sequence Wrapper. |
typedef list_cfibonacci; typedef push_front int_<1> >::type fibonacci2; BOOST_MPL_ASSERT_RELATION( front ::type::value, ==, 1 );