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