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

Synopsis

Declared in <bslfmt_formatterbase.h>

template<
    class t_REP,
    class t_PERIOD>
struct FormatterBase_IsStdChronoDuration<std::chrono::duration<t_REP, t_PERIOD>>;

Static Data Members

Name

Description

value

This value is always true.

Created with MrDocs