codex
Loading...
Searching...
No Matches
selection.hpp File Reference
#include <algorithm>
#include <cassert>
Include dependency graph for selection.hpp:

Go to the source code of this file.

Namespaces

namespace  codex
 

Functions

template<std::input_iterator I, std::sentinel_for< I > S>
constexpr bool codex::is_range (I b, S e)
 
template<std::input_iterator I, std::sentinel_for< I > S>
constexpr I codex::min_element (I b, S e)
 
template<std::permutable I, std::sentinel_for< I > S>
constexpr void codex::selection_sort (I b, S e)