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

Method as

include/sol/stack_proxy_base.hpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 template <typename T>
53 decltype(auto) as() const {
54 return get<T>();
55 }
56
57 type get_type() const noexcept {
58 return type_of(lua_state(), stack_index());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected