codex
|
#include <algorithm>
#include <cassert>
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) |