concat_vector Struct Template Reference
[ConcatVector]
#include <type_vector.hpp>
Detailed Description
template<typename Vec1, typename Vec2>
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.
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
The documentation for this struct was generated from the following file:
|