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

Method get

include/sol/unsafe_function_result.hpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 template <typename T>
88 decltype(auto) get(difference_type index_offset = 0) const {
89 return stack::get<T>(L, index + static_cast<int>(index_offset));
90 }
91
92 type get_type(difference_type index_offset = 0) const noexcept {
93 return type_of(L, index + static_cast<int>(index_offset));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected