std::unordered_map::count
cppreference.com
size_type count( const Key& key ) const; |
||
key.
| key |
key.
Amortized constant on average, worst case linear in the size of the container.
.
(C++11) |
(public -) |
(C++11) |
, (public -) |