Format value to out using the ISO 8601 time layout.

Synopsis

Declared in <bdlt_timeformatter.h>

template<class t_ITERATOR>
t_ITERATOR
formatIso8601(
    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 time fields to format

Created with MrDocs