Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::cb_details::iterator_wrapper< Iterator > Struct Template Reference

Helper iterator dereference wrapper. More...

#include <details.hpp>

Public Member Functions

 iterator_wrapper (Iterator it)
 
Iterator operator() () const
 

Public Attributes

Iterator m_it
 

Detailed Description

template<class Iterator>
struct boost::cb_details::iterator_wrapper< Iterator >

Helper iterator dereference wrapper.

Constructor & Destructor Documentation

template<class Iterator>
boost::cb_details::iterator_wrapper< Iterator >::iterator_wrapper ( Iterator  it)
inlineexplicit

Member Function Documentation

template<class Iterator>
Iterator boost::cb_details::iterator_wrapper< Iterator >::operator() ( ) const
inline

Member Data Documentation

template<class Iterator>
Iterator boost::cb_details::iterator_wrapper< Iterator >::m_it
mutable

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