Public Attributes | List of all members
format_to_n_result< OutputIt > Struct Template Reference

#include <format.h>

Public Attributes

OutputIt out
 
std::size_t size
 

Detailed Description

template<typename OutputIt>
struct format_to_n_result< OutputIt >

Definition at line 3351 of file format.h.

Member Data Documentation

template<typename OutputIt >
OutputIt format_to_n_result< OutputIt >::out

Iterator past the end of the output range.

Definition at line 3353 of file format.h.

template<typename OutputIt >
std::size_t format_to_n_result< OutputIt >::size

Total (not truncated) output size.

Definition at line 3355 of file format.h.


The documentation for this struct was generated from the following file: