Doxygen
VariantType< index, Items > 模板结构体 参考

Generic declaration of a template type wrapper where VariantType<index,...>::type represents the type of the variant at the given index. 更多...

#include <variant.h>

详细描述

template<uint8_t index, typename... Items>
struct VariantType< index, Items >

Generic declaration of a template type wrapper where VariantType<index,...>::type represents the type of the variant at the given index.

The first type of the variant has index 0, the second has index 1, etc.

在文件 variant.h148 行定义.


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