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< ::CTypedPtrArray< BaseClass, PtrType > >::meta< X > Struct Template Reference

#include <mfc.hpp>

Public Types

typedef
compatible_mutable_iterator
< BaseClass >::type 
miter_t
 
typedef range_const_iterator
< BaseClass >::type 
citer_t
 
typedef transform_iterator
< fun< X >, miter_t
mutable_iterator
 
typedef transform_iterator
< fun< X const >, citer_t
const_iterator
 

Member Typedef Documentation

template<class BaseClass , class PtrType >
template<class X >
typedef range_const_iterator<BaseClass>::type boost::range_detail_microsoft::customization< ::CTypedPtrArray< BaseClass, PtrType > >::meta< X >::citer_t
template<class BaseClass , class PtrType >
template<class X >
typedef transform_iterator<fun<X const>, citer_t> boost::range_detail_microsoft::customization< ::CTypedPtrArray< BaseClass, PtrType > >::meta< X >::const_iterator
template<class BaseClass , class PtrType >
template<class X >
typedef compatible_mutable_iterator<BaseClass>::type boost::range_detail_microsoft::customization< ::CTypedPtrArray< BaseClass, PtrType > >::meta< X >::miter_t
template<class BaseClass , class PtrType >
template<class X >
typedef transform_iterator<fun<X>, miter_t> boost::range_detail_microsoft::customization< ::CTypedPtrArray< BaseClass, PtrType > >::meta< X >::mutable_iterator

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