指示某个类型是否存在于一个类型列表中。 更多...
#include <type_list_utilities.hpp>
公共类型 | |
template<class NEEDLE > | |
using | Call = ExistsImpl< NEEDLE, HAYSACK > |
用作 RemoveIf 的谓词。 更多... | |
指示某个类型是否存在于一个类型列表中。
用作 RemoveIf 的谓词
示例
HAYSACK | 要搜索的类型列表 |
定义于文件 type_list_utilities.hpp 的第 395 行。
using cudf::test::ContainedIn< HAYSACK >::Call = ExistsImpl<NEEDLE, HAYSACK> |