![]() |
![]()
| ![]() |
![]()
NAMEstd::unordered_map::bucket - std::unordered_map::bucket Synopsissize_type bucket( const Key& key ) const; (since C++11)
Parameterskey - the value of the key to examine Return valueBucket index for the key key. ComplexityConstant. See also bucket_size returns the number of elements in specific bucket
|