libcudf
24.04.00
|
Indicates if all types in a list are identical. More...
#include <type_list_utilities.hpp>
Public Types | |
template<class... ITEMS> | |
using | Call = detail::AllSame< ITEMS... > |
Invoked as predicate for RemoveIf. More... | |
Indicates if all types in a list are identical.
This is useful as a predicate for RemoveIf
.
Example:
Definition at line 328 of file type_list_utilities.hpp.
using cudf::test::AllSame::Call = detail::AllSame<ITEMS...> |
Invoked as predicate for RemoveIf.
ITEMS | The type to check if they are all same |
Definition at line 335 of file type_list_utilities.hpp.