True if REP is a floating‐point type.
Synopsis
Declared in <bsls_timeinterval.h>
static
bool const k_IS_FLOAT = TimeInterval_RepTraits<REP>::k_IS_FLOAT;
Description
This compile time constant is true if the REP (template type argument) is indicated to be a floating point type by the underlying library. Otherwise, if the underlying library does not consider REP floating point anywhere (see TimeInterval_RepTraits), k_IS_FLOAT is false.
Created with MrDocs