Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::internal::ToUInt< T > Struct Template Reference

#include <radix_sort.h>

Inheritance diagram for operations_research::internal::ToUInt< T >:

Detailed Description

template<typename T>
struct operations_research::internal::ToUInt< T >

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.


The documentation for this struct was generated from the following file: