Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
boost::mpl::mapping_vector< SRC_TYPES, DST_TYPES > Struct Template Reference#include <type_vector.hpp>
Detailed Description
template<typename SRC_TYPES, typename DST_TYPES>
struct boost::mpl::mapping_vector< SRC_TYPES, DST_TYPES >
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
SRC_TYPES, DST_TYPES: MPL Random Access Type Sequences
Implements size and at_c to behave as if this is an MPL vector of integers
Definition at line 386 of file type_vector.hpp.
|