MCPcopy Create free account
hub / github.com/Norbyte/bg3se / size

Method size

CoreLib/Base/SparseArray.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 inline constexpr size_type size() const noexcept
54 {
55 return values_.size();
56 }
57
58 inline constexpr size_type capacity() const noexcept
59 {

Callers 6

SparseArrayClass · 0.45
try_getMethod · 0.45
clearMethod · 0.45
setMethod · 0.45
setMethod · 0.45
AddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected