VLink  2.0.0
A high-performance communication middleware
vlink::format::FormatToResult Struct Reference

Return type of the fixed-array format_to overload. More...

#include <format.h>

Collaboration diagram for vlink::format::FormatToResult:

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...
 

Detailed Description

Return type of the fixed-array format_to overload.

Member Data Documentation

◆ out

char* vlink::format::FormatToResult::out

Pointer one past the last written character.

◆ size

size_t vlink::format::FormatToResult::size

Total characters that the format would have written.

◆ truncated

bool vlink::format::FormatToResult::truncated

true when the output was truncated.


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