|
VLink 2.0.0
A high-performance communication middleware
|
Result type for the fixed-array overload of format_to.
更多...
#include <format.h>
Public 属性 | |
| char * | out |
| Pointer one past the last written character. | |
| size_t | size |
| Total characters that would have been written. | |
| bool | truncated |
true if output was truncated. | |
Result type for the fixed-array overload of format_to.
| char* vlink::format::FormatToResult::out |
Pointer one past the last written character.
| size_t vlink::format::FormatToResult::size |
Total characters that would have been written.
| bool vlink::format::FormatToResult::truncated |
true if output was truncated.