|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Integral value accepted by linear-time integer sorting algorithms. More...
#include <ah-concepts.H>
Integral value accepted by linear-time integer sorting algorithms.
This concept accepts integral types except bool, which avoids accidental use of bit-like logical values in counting/radix sorting APIs.
Definition at line 235 of file ah-concepts.H.