|
VLink 2.0.0
A high-performance communication middleware
|
Result type for format_to_n, carrying the output pointer, written size and truncation flag.
更多...
#include <format.h>
Public 属性 | |
| OutputItT | out |
| Pointer/iterator one past the last written character. | |
| size_t | size {0} |
| Total number of characters that would have been written (may exceed n). | |
| bool | truncated {false} |
true if the output was truncated because size > n. | |
Result type for format_to_n, carrying the output pointer, written size and truncation flag.
| OutputItT | Output iterator or pointer type. |
| OutputItT vlink::format::FormatToNResult< OutputItT >::out |
Pointer/iterator one past the last written character.
| size_t vlink::format::FormatToNResult< OutputItT >::size {0} |
Total number of characters that would have been written (may exceed n).
| bool vlink::format::FormatToNResult< OutputItT >::truncated {false} |
true if the output was truncated because size > n.