Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X > Struct Template Reference

#include <atl.hpp>

Public Types

typedef TKey k_val_t
 
typedef k_val_tk_miter_t
 
typedef k_val_t const * k_citer_t
 
typedef TVal v_val_t
 
typedef v_val_tv_miter_t
 
typedef v_val_t const * v_citer_t
 
typedef zip_iterator< tuple
< k_miter_t, v_miter_t > > 
mutable_iterator
 
typedef zip_iterator< tuple
< k_citer_t, v_citer_t > > 
const_iterator
 

Member Typedef Documentation

template<class TKey , class TVal >
template<class X >
typedef zip_iterator< tuple<k_citer_t, v_citer_t> > boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X >::const_iterator
template<class TKey , class TVal >
template<class X >
typedef k_val_t const* boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X >::k_citer_t
template<class TKey , class TVal >
template<class X >
typedef k_val_t* boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X >::k_miter_t
template<class TKey , class TVal >
template<class X >
typedef TKey boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X >::k_val_t
template<class TKey , class TVal >
template<class X >
typedef zip_iterator< tuple<k_miter_t, v_miter_t> > boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X >::mutable_iterator
template<class TKey , class TVal >
template<class X >
typedef v_val_t const* boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X >::v_citer_t
template<class TKey , class TVal >
template<class X >
typedef v_val_t* boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X >::v_miter_t
template<class TKey , class TVal >
template<class X >
typedef TVal boost::range_detail_microsoft::customization< ATL::CSimpleMap< TKey, TVal > >::meta< X >::v_val_t

The documentation for this struct was generated from the following file: