Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
is_sorted.hpp File Reference
#include <boost/concept_check.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <boost/range/value_type.hpp>
#include <boost/detail/is_sorted.hpp>
#include <algorithm>
Include dependency graph for is_sorted.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::range
 

Functions

template<class SinglePassRange >
bool boost::range::is_sorted (const SinglePassRange &rng)
 template function is_sorted More...
 
template<class SinglePassRange , class BinaryPredicate >
bool boost::range::is_sorted (const SinglePassRange &rng, BinaryPredicate pred)