STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::tuple_ops::tuple_contains_type< T, Tuple > Struct Template Reference

Metafunction that computes if a type appears in a tuple. More...

Detailed Description

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
TThe type to search for
TupleThe tuple to search in

The documentation for this struct was generated from the following file: