tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename ForwardIt> | |
constexpr auto | is_sorted (ForwardIt first, ForwardIt last) -> bool |
Checks if the elements in range [first, last) are sorted in non-descending order. | |
template<typename ForwardIt, typename Compare> | |
constexpr auto | is_sorted (ForwardIt first, ForwardIt last, Compare comp) -> bool |