alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::detail::Contains< T_Seq > Struct Template Reference

A functor that can check for any of the contained values. More...

Detailed Description

template<typename T_Seq>
struct alpaka::detail::Contains< T_Seq >

A functor that can check for any of the contained values.

The functor contains the given sequence of values and implements an operator()(T value), which returns true if the value is part of the sequence.

Template Parameters
T_SeqThe sequence to check against

Definition at line 94 of file CVec.hpp.


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