true if REP is a floating‐point duration representation type.

Synopsis

Declared in <bsls_timeinterval.h>

static
bool const k_IS_FLOAT = std::is_floating_point<REP>::value
                           || std::chrono::treat_as_floating_point<REP>::value;

Created with MrDocs