MCPcopy Create free account
hub / github.com/ThePhD/sol2 / crend

Method crend

include/sol/protected_function_result.hpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 return std::reverse_iterator<const_iterator>(cbegin());
195 }
196 const_reverse_iterator crend() const {
197 return std::reverse_iterator<const_iterator>(cend());
198 }
199
200 lua_State* lua_state() const noexcept {
201 return L;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected