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

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

#include <tpl_sort_utils.H>

Concept definition

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

Detailed Description

Value concept accepted by radix sort overloads.

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

Definition at line 5047 of file tpl_sort_utils.H.