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

Value concept for radix sort. More...

#include <tpl_sort_utils.H>

Concept definition

template<typename T>
Integral value accepted by linear-time integer sorting algorithms.
Value concept for radix sort.

Detailed Description

Value concept for radix sort.

Currently aliases IntegerSortableValue<T>, but may diverge if specific constraints are added for radix sort.

Definition at line 4599 of file tpl_sort_utils.H.