Zip a sequence of keys and elements into a sequence of pair<key,element> More...
#include <PHAL_TypeKeyMap.hpp>
Classes | |
struct | CreatePair |
Public Types | |
typedef boost::mpl::transform < KeySeq, ElemSeq, CreatePair, boost::mpl::back_inserter < boost::mpl::vector <> > >::type | type |
Zip a sequence of keys and elements into a sequence of pair<key,element>
Definition at line 125 of file PHAL_TypeKeyMap.hpp.
typedef boost::mpl::transform< KeySeq, ElemSeq, CreatePair, boost::mpl::back_inserter< boost::mpl::vector<> > >::type PHAL::ZipMap< KeySeq, ElemSeq >::type |
Definition at line 139 of file PHAL_TypeKeyMap.hpp.