Trait metafunction that determines whether the std::chrono::duration<REP, PERIOD> object can be converted to bsls::TimeInterval either implicitly or explicitly.
Synopsis
Declared in <bsls_timeinterval.h>
template<
class REP,
class PERIOD>
struct TimeInterval_DurationTraits;
Static Data Members
Name |
Description |
True if the duration converts to |
|
True if the duration converts to |
|
True if |
|
True if every |
Created with MrDocs