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

Method crbegin

include/sol/protected_function_result.hpp:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 return std::reverse_iterator<const_iterator>(end());
192 }
193 const_reverse_iterator crbegin() const {
194 return std::reverse_iterator<const_iterator>(cbegin());
195 }
196 const_reverse_iterator crend() const {
197 return std::reverse_iterator<const_iterator>(cend());
198 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected