spdlog
Loading...
Searching...
No Matches
Public Attributes | List of all members
format_to_n_result< OutputIt > Struct Template Reference

Detailed Description

template<typename OutputIt>
struct format_to_n_result< OutputIt >

Definition at line 2918 of file core.h.

#include <core.h>

Public Attributes

OutputIt out
 
size_t size
 

Member Data Documentation

◆ out

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

Iterator past the end of the output range.

Definition at line 2920 of file core.h.

◆ size

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

Total (not truncated) output size.

Definition at line 2922 of file core.h.


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