valueBits

Return the number of bits used to store the value part, i.e. T.sizeof*8 for integer parts and the mantissa size for floating-point types.

template valueBits (
T
) {
enum valueBits;
enum valueBits;
}

Meta