|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Metafunction to obtain the union of two sets of types.
Forms a tcspc::type_list specialization containing the set-union of the types contained in the tcspc::type_list specializations TL0 and TL1 and provides the result as member type.
In the resulting type, the type arguments are ordered by first appearance in the concatenation of TL0 and TL1.
Classes | |
| struct | tcspc::type_list_union< TL0, TL1 > |
| Metafunction to obtain the union of two sets of types. More... | |
Typedefs | |
| template<typename TL0, typename TL1> | |
| using | tcspc::type_list_union_t = typename type_list_union<TL0, TL1>::type |
| Helper type for tcspc::type_list_union. | |