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

Method status

include/sol/protected_function_result.hpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 protected_function_result& operator=(unsafe_function_result&& o) noexcept;
93
94 call_status status() const noexcept {
95 return err;
96 }
97
98 bool valid() const noexcept {
99 return status() == call_status::ok || status() == call_status::yielded;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected