|
VLink
2.0.0
A high-performance communication middleware
|
Return type of format_to_n; carries the end iterator, total size and truncation flag.
More...
#include <format.h>
Public Attributes | |
| OutputItT | out |
| Iterator one past the last written character. More... | |
| size_t | size {0} |
| Total characters that the format would have written. More... | |
| bool | truncated {false} |
true when the output was truncated because size > n. More... | |
Return type of format_to_n; carries the end iterator, total size and truncation flag.
| OutputItT | Iterator or pointer type used for output. |
| OutputItT vlink::format::FormatToNResult< OutputItT >::out |
Iterator one past the last written character.
| size_t vlink::format::FormatToNResult< OutputItT >::size {0} |
Total characters that the format would have written.
| bool vlink::format::FormatToNResult< OutputItT >::truncated {false} |
true when the output was truncated because size > n.