MCPcopy 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_factorMethod · 0.85
rehashMethod · 0.85
invariant_Method · 0.85
calculate_max_loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected