Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <radix_sort.h>
to_uint<T> converts a numerical type T (int, int64_t, float, double, ...) to the unsigned integer of the same bit width.
Definition at line 75 of file radix_sort.h.