...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::algorithm::is_sorted
// In header: <boost/algorithm/cxx11/is_sorted.hpp> template<typename ForwardIterator> BOOST_CXX14_CONSTEXPR bool is_sorted(ForwardIterator first, ForwardIterator last);