MCPcopy Create free account
hub / github.com/catboost/catboost / size

Method size

util/generic/hash_set.h:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120public:
121 size_type size() const {
122 return rep.size();
123 }
124 size_type max_size() const {
125 return rep.max_size();
126 }

Callers 4

THashSetMethod · 0.45
operator==Function · 0.45
THashMultiSetMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected