[FEA] Support contains
with template key types
#172
Labels
helps: rapids
Helps or needed by RAPIDS
P1: Should have
Necessary but not critical
topic: static_map
Issue related to the static_map
topic: static_multimap
Issue related to the static_multimap
type: feature request
New feature request
Currently, the
contains
APIs of various maps (in particular,static_map
andstatic_multimap
) require that their input iterators must be dereferenced into the maps' key_type. As such, we cannot insert keys of one type and check the existence of keys from another (convertible) type.We should support
contains
with template key types.The text was updated successfully, but these errors were encountered: