codex
Loading...
Searching...
No Matches
selection.cpp File Reference
#include <algorithm>
#include <cassert>
#include <iterator>
#include "../fundamentals/utils.hpp"
Include dependency graph for selection.cpp:

Functions

template<std::permutable I, std::sentinel_for< I > S>
constexpr void selection_sort (I b, S e)
 

Function Documentation

◆ selection_sort()

template<std::permutable I, std::sentinel_for< I > S>
void selection_sort ( I b,
S e )
constexpr
Here is the call graph for this function: