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

Method basic_packaged_coroutine

include/sol/packaged_coroutine.hpp:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 using base_t::lua_state;
91
92 basic_packaged_coroutine() = default;
93 template <typename T,
94 meta::enable<meta::neg<std::is_same<meta::unqualified_t<T>, basic_packaged_coroutine>>,
95 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