struct format_to_n_result
Declaration
template <typename OutputIt>
struct format_to_n_result { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:2819
Templates
- OutputIt
Member Variables
- public OutputIt out
- Iterator past the end of the output range.
- public size_t size
- Total (not truncated) output size.