|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
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.
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. | |
|
inlineconstexpr |
Helper variable template for tcspc::type_list_is_subset.