Simple trait type that tells is t_TYPE is an instance of std::chrono::duration.
Declared in <bslfmt_formatterbase.h>
template<class t_TYPE>
struct FormatterBase_IsStdChronoDuration;
| Name | Description |
|---|---|
value | true if t_TYPE is a std::chrono::duration, and false otherwise. |
| Name |
|---|
FormatterBase_IsStdChronoDuration<std::chrono::duration<t_REP, t_PERIOD>> |