Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ cend
Method
cend
include/sol/protected_function_result.hpp:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
return begin();
176
}
177
const_iterator cend() const {
178
return end();
179
}
180
181
reverse_iterator rbegin() {
182
return std::reverse_iterator<iterator>(begin());
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected