VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::format::FormatToResult Struct Reference

Result type for the fixed-array overload of format_to. More...

#include <format.h>

Collaboration diagram for vlink::format::FormatToResult:

Public Attributes

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.

Detailed Description

Result type for the fixed-array overload of format_to.

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 would have been written.

◆ truncated

bool vlink::format::FormatToResult::truncated

true if output was truncated.


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