BloombergLP::bslmf::FloatingTypeStructuralTraits<float>::toUintType

Converts the bits of the specified floating point value into the size-equivalent unsigned integer type.

Synopsis

Declared in <bslmf_floatingtypestructuraltraits.h>

static
UintType
toUintType(FloatType value);

Return Value

the unsigned integer with the same bit pattern as value

Parameters

NameDescription
valuefloating-point value whose bit pattern is copied