codex
Loading...
Searching...
No Matches
selection.hpp File Reference
#include <algorithm>
#include <cassert>
Include dependency graph for selection.hpp:
This graph shows which files directly or indirectly include this file:

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