tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename BidirIt> | |
constexpr auto | gnome_sort (BidirIt first, BidirIt last) -> void |
Sorts the elements in the range [first, last) in non-descending order. | |
template<typename BidirIt, typename Compare> | |
constexpr auto | gnome_sort (BidirIt first, BidirIt last, Compare comp) -> void |
Sorts the elements in the range [first, last) in non-descending order. | |