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

Method cend

include/sol/unsafe_function_result.hpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 return begin();
114 }
115 const_iterator cend() const {
116 return end();
117 }
118
119 reverse_iterator rbegin() {
120 return std::reverse_iterator<iterator>(begin());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected