Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
transform_iterator.hpp File Reference
#include <boost/iterator.hpp>
#include <boost/iterator/detail/enable_if.hpp>
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/iterator/iterator_categories.hpp>
#include <boost/mpl/not.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/type_traits/function_traits.hpp>
#include <boost/type_traits/is_const.hpp>
#include <boost/type_traits/is_class.hpp>
#include <boost/type_traits/is_function.hpp>
#include <boost/type_traits/is_reference.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/utility/result_of.hpp>
#include <boost/iterator/detail/config_def.hpp>
#include <boost/iterator/detail/config_undef.hpp>
Include dependency graph for transform_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::iterators::transform_iterator< UnaryFunc, Iterator, Reference, Value >
 
struct  boost::iterators::detail::transform_iterator_base< UnaryFunc, Iterator, Reference, Value >
 
class  boost::iterators::transform_iterator< UnaryFunc, Iterator, Reference, Value >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::iterators
 
 boost::iterators::detail
 

Functions

template<class UnaryFunc , class Iterator >
transform_iterator< UnaryFunc,
Iterator > 
boost::iterators::make_transform_iterator (Iterator it, UnaryFunc fun)
 
template<class UnaryFunc , class Iterator >
iterators::enable_if< is_class
< UnaryFunc >
, transform_iterator
< UnaryFunc, Iterator >
>::type 
boost::iterators::make_transform_iterator (Iterator it)