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

Method pointer

include/sol/stack_reference.hpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 const void* pointer() const noexcept {
187 return stateless_stack_reference::pointer(lua_state());
188 }
189
190 type get_type() const noexcept {
191 return stateless_stack_reference::get_type(lua_state());

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected