MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / capacity

Method capacity

common/unordered_inline_set.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 bool empty() const noexcept { return size() == 0; }
108 size_t size() const noexcept { return _size; }
109 size_t capacity() const noexcept { return _capacity; }
110 ~SparseArray() { reset(0); }
111
112 class iterator {

Callers 10

_set_load_min_maxMethod · 0.45
_make_roomMethod · 0.45
_findMethod · 0.45
eraseMethod · 0.45
_rehashMethod · 0.45
_check_down_rehashMethod · 0.45
_bucket_itMethod · 0.45
bucket_countMethod · 0.45
load_factorMethod · 0.45
max_load_factorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected