Format value to out using the default date‐tz layout.

Synopsis

Declared in <bdlt_datetzformatter.h>

template<class t_ITERATOR>
t_ITERATOR
formatDefault(
    t_ITERATOR out,
    FormatCache const& value) const;

Return Value

iterator past the last character written

Parameters

Name

Description

out

output iterator receiving formatted characters

value

cached date‐tz fields to format

Created with MrDocs