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

Description

Metafunction to determine if a type list is a subset of another.

Determines if all type arguments of a tcspc::type_list specialization TL0 are contained by another tcspc::type_list specialization TL1 and provides the result in the bool member value.

See also
tcspc::type_list_is_subset_v

Classes

struct  tcspc::type_list_is_subset< TL0, TL1 >
 Metafunction to determine if a type list is a subset of another. More...

Variables

template<typename TL0, typename TL1>
constexpr bool tcspc::type_list_is_subset_v
 Helper variable template for tcspc::type_list_is_subset.

Variable Documentation

◆ type_list_is_subset_v

template<typename TL0, typename TL1>
bool tcspc::type_list_is_subset_v
inlineconstexpr
Initial value:
=
Metafunction to determine if a type list is a subset of another.
Definition type_list.hpp:205

Helper variable template for tcspc::type_list_is_subset.