C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::types::is_pair_type_st< std::pair< Type_1, Type_2 > > Struct Template Reference

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

template<typename Type_1, typename Type_2>
struct tpf::types::is_pair_type_st< std::pair< Type_1, Type_2 > >

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

Member Data Documentation

◆ value

template<typename Type_1 , typename Type_2 >
static constexpr bool tpf::types::is_pair_type_st< std::pair< Type_1, Type_2 > >::value = true
staticconstexpr

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


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