Doxygen
|
Generic declaration of a template type wrapper where VariantType<index,...>::type represents the type of the variant at the given index. 更多...
#include <variant.h>
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.