tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_sorted_until.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt>
constexpr auto is_sorted_until (ForwardIt first, ForwardIt last) -> ForwardIt
 Examines the range [first, last) and finds the largest range beginning at first in which the elements are sorted in non-descending order.
 
template<typename ForwardIt, typename Compare>
constexpr auto is_sorted_until (ForwardIt first, ForwardIt last, Compare comp) -> ForwardIt