|
BDE 4.39.x Production Release
|
#include <bslfmt_format_imp.h>
This type mirrors the format_to_n_result type as specified in the standard. It exists to enable the format_to_n function to return both an output iterator (the specified t_OUT template parameter) and the untrunctated size.
Public Attributes | |
| t_OUT | out |
| bsl::iterator_traits< t_OUT >::difference_type | size |
| t_OUT bslfmt::format_to_n_result< t_OUT >::out |
| bsl::iterator_traits<t_OUT>::difference_type bslfmt::format_to_n_result< t_OUT >::size |