Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
reversed.hpp File Reference
Include dependency graph for reversed.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::range_detail::reversed_range< R >
 
struct  boost::range_detail::reverse_forwarder
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::range_detail
 
 boost::adaptors
 

Functions

template<class BidirectionalRange >
reversed_range
< BidirectionalRange > 
boost::range_detail::operator| (BidirectionalRange &r, reverse_forwarder)
 
template<class BidirectionalRange >
reversed_range< const
BidirectionalRange > 
boost::range_detail::operator| (const BidirectionalRange &r, reverse_forwarder)
 
template<class BidirectionalRange >
reversed_range
< BidirectionalRange > 
boost::adaptors::reverse (BidirectionalRange &rng)
 
template<class BidirectionalRange >
reversed_range< const
BidirectionalRange > 
boost::adaptors::reverse (const BidirectionalRange &rng)