libcudf
24.04.00
|
Indicates if a type exists within a type list. More...
#include <type_list_utilities.hpp>
Public Types | |
template<class NEEDLE > | |
using | Call = ExistsImpl< NEEDLE, HAYSACK > |
Invoked as predicate for RemoveIf. More... | |
Indicates if a type exists within a type list.
Used as a predicate for RemoveIf
Example:
HAYSACK | The type list to search |
Definition at line 393 of file type_list_utilities.hpp.
using cudf::test::ContainedIn< HAYSACK >::Call = ExistsImpl<NEEDLE, HAYSACK> |
Invoked as predicate for RemoveIf.
NEEDLE | The type to search for |
Definition at line 400 of file type_list_utilities.hpp.