[#BloombergLP-bslmf-FloatingTypeStructuralTraits-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::FloatingTypeStructuralTraits :relfileprefix: ../../ :mrdocs: This is the primary template declaration for `bslmf::FloatingTypeStructuralTraits`, which is never defined. == Synopsis Declared in `<bslmf_floatingtypestructuraltraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FLOATING_TYPE> struct FloatingTypeStructuralTraits; ---- == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-05.adoc[`FloatingTypeStructuralTraits<double>`] | This is the full specialization of `bslmf::FloatingTypeStructuralTraits` for the `double` type. See the individual members for documentation. | xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-01.adoc[`FloatingTypeStructuralTraits<float>`] | This is the full specialization of `bslmf::FloatingTypeStructuralTraits` for the `float` type. See the individual members for documentation. | xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-0d.adoc[`FloatingTypeStructuralTraits<long double>`] | This is the full specialization of `bslmf::FloatingTypeStructuralTraits` for the `long double` type. Notice that `long double` is deliberately not supported at this time, it is defined only so compiler errors will guide users to the comment stating so. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#