[#bsl-chrono-treat_as_floating_point_v] = xref:bsl.adoc[bsl]::xref:bsl/chrono.adoc[chrono]::treat_as_floating_point_v :relfileprefix: ../../ :mrdocs: This template variable represents the result value of the `std::chrono::treat_as_floating_point` meta‐function. == Synopsis Declared in `<bslstl_chrono.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> constexpr bool treat_as_floating_point_v = std::chrono::treat_as_floating_point<TYPE>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#