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

Method get

include/sol/stack_proxy_base.hpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 template <typename T>
43 decltype(auto) get() const {
44 return stack::get<T>(m_L, stack_index());
45 }
46
47 template <typename T>
48 bool is() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected