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

Description

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.

See also
tcspc::type_list_union_t

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.