libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
Metafunction type_list_is_equal_set

Description

Metafunction to determine if a type list is set-equivalent to another.

Determines if the type arguments of the tcspc::type_list specializations TL0 and TL1 match, disregarding ordering and duplication, and provides the result in the bool member value.

See also
tcspc::type_list_is_equal_set_v

Classes

struct  tcspc::type_list_is_equal_set< TL0, TL1 >
 Metafunction to determine if a type list is set-equivalent to another. More...

Variables

template<typename TL0, typename TL1>
constexpr bool tcspc::type_list_is_equal_set_v
 Helper variable template for tcspc::type_list_is_equal_set.

Variable Documentation

◆ type_list_is_equal_set_v

template<typename TL0, typename TL1>
bool tcspc::type_list_is_equal_set_v
inlineconstexpr
Initial value:
=
Metafunction to determine if a type list is set-equivalent to another.
Definition type_list.hpp:246

Helper variable template for tcspc::type_list_is_equal_set.