VLink  2.0.0
A high-performance communication middleware
vlink::format::FormatToResult结构体 参考

Return type of the fixed-array format_to overload. 更多...

#include <format.h>

vlink::format::FormatToResult 的协作图:

Public 属性

char * out
 Pointer one past the last written character. 更多...
 
size_t size
 Total characters that the format would have written. 更多...
 
bool truncated
 true when the output was truncated. 更多...
 

详细描述

Return type of the fixed-array format_to overload.

类成员变量说明

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


该结构体的文档由以下文件生成: