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

Classes

struct  boost::adaptors::sliced
 
class  boost::adaptors::sliced_range< RandomAccessRange >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::adaptors
 

Functions

template<class RandomAccessRange >
sliced_range< RandomAccessRange > boost::adaptors::slice (RandomAccessRange &rng, std::size_t t, std::size_t u)
 
template<class RandomAccessRange >
iterator_range
< BOOST_DEDUCED_TYPENAME
range_iterator< const
RandomAccessRange >::type > 
boost::adaptors::slice (const RandomAccessRange &rng, std::size_t t, std::size_t u)
 
template<class RandomAccessRange >
sliced_range< RandomAccessRange > boost::adaptors::operator| (RandomAccessRange &r, const sliced &f)
 
template<class RandomAccessRange >
sliced_range< const
RandomAccessRange > 
boost::adaptors::operator| (const RandomAccessRange &r, const sliced &f)