|
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> | |
| void | codex::check_range (I b, S e) |
| template<std::forward_iterator I, std::sentinel_for< I > S> | |
| I | codex::min_element (I b, S e) |
| template<std::permutable I, std::sentinel_for< I > S> | |
| void | codex::selection_sort (I b, S e) |