Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ pop_back
Method
pop_back
Source/array_view.h:145–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
size_ -= (count < size()) ? count : size();
144
}
145
constexpr void pop_back() noexcept {
146
remove_back(1u);
147
}
148
149
constexpr const_iterator begin() const noexcept {
150
return const_iterator {data_};
Callers
1
GetErrorString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected