MCPcopy Create free account
hub / github.com/NativeScript/android / size

Method size

test-app/runtime/src/main/cpp/robin_hood.h:2105–2108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2103 }
2104
2105 size_type size() const noexcept { // NOLINT(modernize-use-nodiscard)
2106 ROBIN_HOOD_TRACE(this)
2107 return mNumElements;
2108 }
2109
2110 size_type max_size() const noexcept { // NOLINT(modernize-use-nodiscard)
2111 ROBIN_HOOD_TRACE(this)

Callers 3

operator()Method · 0.45
operator()Method · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected