This compile time constant is true if any possible value of an 'std::chrono::duration<REP, PERIOD> object will be represented by integer nanoseconds (fractions of nanoseconds are not required). Otherwise this value is false.
Declared in <bsls_timeinterval.h>
static
bool const k_IS_IMPLICIT = (std::nano::den % PERIOD::den == 0);