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 /*************************************************************************************************/
|