Loading [MathJax]/jax/output/HTML-CSS/config.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
format_to_n_result< OutputIt > Struct Template Reference

#include <fmt/base.h>

Public Attributes

OutputIt out
 Iterator past the end of the output range.
 
size_t size
 Total (not truncated) output size.
 

Member Data Documentation

◆ out

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

Iterator past the end of the output range.

◆ size

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

Total (not truncated) output size.


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