Adobe Systems, Inc.

ConcatVector
[MPL Extensions]

A MPL Random Access Sequence defined as the concatenation of two Random Access Sequences. More...

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...

Detailed Description

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google