BloombergLP::bslfmt::FormatterBase_IsStdChronoZonedTime

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

Synopsis

Declared in <bslfmt_formatterbase.h>

template<class t_TYPE>
struct FormatterBase_IsStdChronoZonedTime;

Static Data Members

NameDescription
value true if t_TYPE is a std::chrono::zoned_time; otherwise false.

Specializations

Name
FormatterBase_IsStdChronoZonedTime<std::chrono::zoned_time<t_DURATION, t_TIME_ZONE_PTR>>