sorted.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
22 /*************************************************************************************************/
26 /*************************************************************************************************/
44 /*************************************************************************************************/
55 /*************************************************************************************************/
67 /*************************************************************************************************/
76 /*************************************************************************************************/
90 /*************************************************************************************************/
101 /*************************************************************************************************/
109 { return is_sorted(boost::begin(r), boost::end(r), c, identity<typename std::iterator_traits<I>::value_type>()); }
111 /*************************************************************************************************/
120 /*************************************************************************************************/
124 /*************************************************************************************************/
128 /*************************************************************************************************/
Definition: operator.hpp:123 Definition: functional.hpp:26 boost::range_iterator< ForwardRange >::type adjacent_find(ForwardRange &range) find implementation Definition: find.hpp:376 Definition: operator.hpp:52 |