Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Counts the number of elements matching a specified key. This function is concurrency safe.
size_type count(
const key_type& _Keyval
) const;
Parameters
- _Keyval
The key to search for.
Return Value
The number of times number of times the key appears in the container.
Requirements
Header: internal_concurrent_hash.h
Namespace: concurrency