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

Method basic_coroutine

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

Source from the content-addressed store, hash-verified

88 using base_t::lua_state;
89
90 basic_coroutine() = default;
91 template <typename T,
92 meta::enable<meta::neg<std::is_same<meta::unqualified_t<T>, basic_coroutine>>,
93 meta::neg<std::is_base_of<proxy_base_tag, meta::unqualified_t<T>>>, meta::neg<std::is_same<base_t, stack_reference>>,

Callers

nothing calls this directly

Calls 3

push_popFunction · 0.85
lua_stateMethod · 0.45
stack_indexMethod · 0.45

Tested by

no test coverage detected