MCPcopy Create free account
hub / github.com/HelenOS/helenos / size

Method size

uspace/lib/cpp/include/__bits/adt/unordered_map.hpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 size_type size() const noexcept
205 {
206 return table_.size();
207 }
208
209 size_type max_size() const noexcept
210 {

Callers 3

unordered_mapClass · 0.45
unordered_multimapClass · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected