BloombergLP::bslmf::FloatingTypeStructuralTraits

This is the primary template declaration for bslmf::FloatingTypeStructuralTraits, which is never defined.

Synopsis

Declared in <bslmf_floatingtypestructuraltraits.h>

template<class t_FLOATING_TYPE>
struct FloatingTypeStructuralTraits;

Specializations

NameDescription
FloatingTypeStructuralTraits<double> This is the full specialization of bslmf::FloatingTypeStructuralTraits for the double type. See the individual members for documentation.
FloatingTypeStructuralTraits<float> This is the full specialization of bslmf::FloatingTypeStructuralTraits for the float type. See the individual members for documentation.
FloatingTypeStructuralTraits<long double> Unsupported specialization of FloatingTypeStructuralTraits for long double.