Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ size
Method
size
Sources/Shared/Containers/ArrayView.h:225–225 ·
view source on GitHub ↗
@brief View size */
Source
from the content-addressed store, hash-verified
223
224
/** @brief View size */
225
constexpr std::size_t size() const { return _size; }
226
227
/** @brief Whether the view is empty */
228
constexpr bool empty() const { return !_size; }
Callers
6
ArrayView
Method · 0.45
ArrayView
Method · 0.45
ArrayView
Method · 0.45
arrayView
Function · 0.45
arrayCast
Function · 0.45
arraySize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected