MCPcopy 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

THashTableClass · 0.45
beginMethod · 0.45
bucket_countMethod · 0.45
clearMethod · 0.45
deinitialize_bucketsMethod · 0.45
clear_bucketsMethod · 0.45
equal_range_iMethod · 0.45
equal_rangeMethod · 0.45
eraseMethod · 0.45
reserveMethod · 0.45
copy_from_dynamicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected