![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
A functor that can check for any of the contained values. More...
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.
| T_Seq | The sequence to check against |