Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
boost::mpl::concat_vector< VEC1, VEC2 > Struct Template Reference
[ConcatVector]
Represents the virtual concatenation of two MPL random access sequences
INPUT: VEC1, VEC2 - two MPL random access sequences.
More...
#include <type_vector.hpp>
Detailed Description
template<typename VEC1, typename VEC2>
struct boost::mpl::concat_vector< VEC1, VEC2 >
Models an immutable MPL Random Access Sequence Traversal, random-access, etc, is defined, but mutable operations, such as push_back and pop_front are not supported
Definition at line 251 of file type_vector.hpp.
|