mapping_vector Struct Template Reference#include <type_vector.hpp>
Detailed Description
template<typename SrcTypes, typename DstTypes>
struct boost::mpl::mapping_vector< SrcTypes, DstTypes >
Mapping vector - represents the mapping of one type vector to another It is not a full-blown MPL Random Access Type sequence; just has at_c and size implemented
SrcTypes, DstTypes: MPL Random Access Type Sequences
Implements size and at_c to behave as if this is an MPL vector of integers
The documentation for this struct was generated from the following file:
|