Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ bucket_count
Function
bucket_count
3rdParty/boost/boost/unordered/unordered_map.hpp:873–876 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
871
// bucket interface
872
873
size_type bucket_count() const BOOST_NOEXCEPT
874
{
875
return table_.bucket_count_;
876
}
877
878
size_type max_bucket_count() const BOOST_NOEXCEPT
879
{
Callers
4
load_factor
Method · 0.85
rehash
Method · 0.85
invariant_
Method · 0.85
calculate_max_load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected