C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::types::is_pair_of_variant_type_st< std::pair< Type, std::variant< Types... > > > Struct Template Reference

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

template<typename Type, typename... Types>
struct tpf::types::is_pair_of_variant_type_st< std::pair< Type, std::variant< Types... > > >

Definition at line 31 of file 31-visit.cpp.

Member Data Documentation

◆ value

template<typename Type , typename... Types>
constexpr bool tpf::types::is_pair_of_variant_type_st< std::pair< Type, std::variant< Types... > > >::value = true
staticconstexpr

Definition at line 33 of file 31-visit.cpp.


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