Output the specified value to the specified out.
Declared in <bslfmt_formattercharacter.h>
template<class t_ITERATOR>
static
t_ITERATOR
output(
t_VALUE_TYPE const value,
t_ITERATOR out);
out incremented by the number of characters written
| Name | Description |
|---|---|
| value | character value to write |
| out | output iterator to receive value |