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

Method cbegin

include/sol/unsafe_function_result.hpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 return const_iterator(L, stack_index() + return_count(), stack_index() + return_count());
111 }
112 const_iterator cbegin() const {
113 return begin();
114 }
115 const_iterator cend() const {
116 return end();
117 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected