Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ size
Method
size
util/generic/hash_table.h:613–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
611
}
612
613
size_type size() const noexcept {
614
return num_elements;
615
}
616
size_type max_size() const noexcept {
617
return size_type(-1);
618
}
Callers
11
THashTable
Class · 0.45
begin
Method · 0.45
bucket_count
Method · 0.45
clear
Method · 0.45
deinitialize_buckets
Method · 0.45
clear_buckets
Method · 0.45
equal_range_i
Method · 0.45
equal_range
Method · 0.45
erase
Method · 0.45
reserve
Method · 0.45
copy_from_dynamic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected