Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::CountingSortable Concept Reference

Value concept accepted by counting sort overloads. More...

#include <tpl_sort_utils.H>

Concept definition

template<typename T>
Value concept accepted by counting sort overloads.
Value concept for counting sort.

Detailed Description

Value concept accepted by counting sort overloads.

Template Parameters
TValue type; must be an integral type (except bool) satisfying sort_utils_detail::counting_integer.

Definition at line 5039 of file tpl_sort_utils.H.