Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ length
Method
length
Source/array_view.h:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
return size_;
120
}
121
constexpr size_type length() const noexcept {
122
return size_;
123
}
124
constexpr size_type max_size() const noexcept {
125
return std::numeric_limits<size_type>::max() / sizeof(value_type);
126
}
Callers
1
GetNextInteger
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected