|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
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.
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. | |