MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / size

Method size

Source/array_view.h:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 constexpr size_type size() const noexcept {
119 return size_;
120 }
121 constexpr size_type length() const noexcept {
122 return size_;
123 }

Callers 3

array_view.hFile · 0.45
array_viewMethod · 0.45
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected