[FEA] Support pair_contains
in static_map
and static_multimap
#173
Labels
helps: rapids
Helps or needed by RAPIDS
topic: static_map
Issue related to the static_map
topic: static_multimap
Issue related to the static_multimap
type: feature request
New feature request
wontfix
This will not be worked on
In
static_multimap
, there are variouspair_*
APIs but notpair_contains
. Sometimes we need it for checking the existence of key/value pairs given from input iterators.It's great to have such API added to
static_multimap
as well asstatic_map
.The text was updated successfully, but these errors were encountered: