template <bool Signed, size_t Precision, typename = void>
struct BestFittingType
Trait type to determine the best-fitting integer for a given sign and
precision in bits.
template <bool Signed, size_t Precision, typename = void>
Trait type to determine the best-fitting integer for a given sign and
precision in bits.