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

Method size

source/core/StarStaticVector.hpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178template <typename Element, size_t MaxSize>
179size_t StaticVector<Element, MaxSize>::size() const {
180 return m_size;
181}
182
183template <typename Element, size_t MaxSize>
184bool StaticVector<Element, MaxSize>::empty() const {

Callers 2

operator=Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected