C++ Library Extensions 2022.12.09
To help learn modern C++ programming
to_variant_st< Type > Struct Template Reference

Public Types

using type = std::variant< Type >
 

Detailed Description

template<typename Type>
struct to_variant_st< Type >

Definition at line 13 of file 038-make_variants.cpp.

Member Typedef Documentation

◆ type

template<typename Type >
using to_variant_st< Type >::type = std::variant<Type>

Definition at line 15 of file 038-make_variants.cpp.


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