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

Method rbegin

include/sol/protected_function_result.hpp:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 reverse_iterator rbegin() {
182 return std::reverse_iterator<iterator>(begin());
183 }
184 reverse_iterator rend() {
185 return std::reverse_iterator<iterator>(end());
186 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected