codex
Loading...
Searching...
No Matches
insertion.hpp File Reference
#include <algorithm>
#include <cassert>
Include dependency graph for insertion.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::permutable I, std::sentinel_for< I > S>
requires std::bidirectional_iterator<I>
void codex::insertion_sort (I b, S e)