MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / size

Method size

source/core/StarSmallVector.hpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184template <typename Element, size_t MaxStackSize>
185size_t SmallVector<Element, MaxStackSize>::size() const {
186 return m_end - m_begin;
187}
188
189template <typename Element, size_t MaxStackSize>
190bool SmallVector<Element, MaxStackSize>::empty() const {

Callers 4

resizeMethod · 0.95
operator=Method · 0.45
operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected