[#BloombergLP-bsls-TimeInterval_RepTraits] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::TimeInterval_RepTraits :relfileprefix: ../../ :mrdocs: Trait metafunction that determines whether the specified `REP` type is considered a floating point type. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class REP> struct TimeInterval_RepTraits; ---- == Static Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/TimeInterval_RepTraits/k_IS_FLOAT.adoc[`k_IS_FLOAT`] | `true` if `REP` is a floating‐point duration representation type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#