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

Description

Metafunction to remove duplicate types from a type list.

Removes duplicate types from the tcspc::type_list specialization TypeList and provides the result as member type.

See also
tcspc::unique_type_list_t

Classes

struct  tcspc::unique_type_list< TypeList >
 Metafunction to remove duplicate types from a type list. More...

Typedefs

template<typename TypeList>
using tcspc::unique_type_list_t = typename unique_type_list<TypeList>::type
 Helper type for tcspc::unique_type_list.