template <typename T, typename = void>
struct BaseType
Defined at line 23 of file ../../src/testing/loadbench/random.h
Trait to determine the underlying integer type of a given type T. Supports
integral types and enumerations. Additional specializations may be added to
support other countable or enumerable objects.