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

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.