|
Modules |
| ConcatVector Iterator |
Classes |
struct | boost::mpl::at< concat_vector< VEC1, VEC2 >, K > |
| Returns the K-th element of a concat vector. More...
|
struct | boost::mpl::back< concat_vector< VEC1, VEC2 > > |
| Returns the last element of a concat vector. More...
|
struct | boost::mpl::begin< concat_vector< VEC1, VEC2 > > |
| Returns an iterator to the first element of a concat vector. More...
|
struct | boost::mpl::concat_vector< VEC1, VEC2 > |
| Represents the virtual concatenation of two MPL random access sequences
INPUT: VEC1, VEC2 - two MPL random access sequences. More...
|
struct | boost::mpl::empty< concat_vector< VEC1, VEC2 > > |
| Determines whether a concat vector is empty. More...
|
struct | boost::mpl::end< concat_vector< VEC1, VEC2 > > |
| Returns an iterator to the last element of a concat vector. More...
|
struct | boost::mpl::front< concat_vector< VEC1, VEC2 > > |
| Returns the first element of a concat vector. More...
|
struct | boost::mpl::size< concat_vector< VEC1, VEC2 > > |
| Computes the size of a concat vector as the sum of the sizes of its input vectors. More...
|
struct | boost::mpl::transform< concat_vector< VEC1, VEC2 >, OP > |
| Transforms the elements of a concat vector. More...
|