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

Method is

include/sol/stack_proxy_base.hpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 template <typename T>
48 bool is() const {
49 return stack::check<T>(m_L, stack_index());
50 }
51
52 template <typename T>
53 decltype(auto) as() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected