Metafunction that computes if a type appears in a tuple.
More...
template<typename T, typename Tuple>
struct stapl::tuple_ops::tuple_contains_type< T, Tuple >
Metafunction that computes if a type appears in a tuple.
- Template Parameters
-
T | The type to search for |
Tuple | The tuple to search in |
The documentation for this struct was generated from the following file: