Simple trait type that tells is t_TYPE is an instance of std::chrono::duration.

Synopsis

Declared in <bslfmt_formatterbase.h>

template<class t_TYPE>
struct FormatterBase_IsStdChronoDuration;

Static Data Members

Name

Description

value

true if t_TYPE is a std::chrono::duration, and false otherwise.

Specializations

Name

Description

FormatterBase_IsStdChronoDuration<std::chrono::duration<t_REP, t_PERIOD>>

Partial specialization of the FormatterBase_IsStdChronoDuration template for std::chrono::duration.

Created with MrDocs