Simple trait type that tells is t_TYPE is an instance of std::chrono::zoned_time.
Declared in <bslfmt_formatterbase.h>
template<class t_TYPE>
struct FormatterBase_IsStdChronoZonedTime;
| Name | Description |
|---|---|
value | true if t_TYPE is a std::chrono::zoned_time; otherwise false. |
| Name |
|---|
FormatterBase_IsStdChronoZonedTime<std::chrono::zoned_time<t_DURATION, t_TIME_ZONE_PTR>> |