Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
template <typename Element, size_t MaxSize>
179
size_t StaticVector<Element, MaxSize>::size() const {
180
return m_size;
181
}
182
183
template <typename Element, size_t MaxSize>
184
bool 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