VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::format::FormatToResult结构体 参考

Result type for the fixed-array overload of format_to. 更多...

#include <format.h>

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

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.

类成员变量说明

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


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