MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / option_explicit_set

Class option_explicit_set

include/chaiscript/dispatchkit/dynamic_object.hpp:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 namespace dispatch
30 {
31 struct option_explicit_set : std::runtime_error {
32 explicit option_explicit_set(const std::string &t_param_name)
33 : std::runtime_error("option explicit set and parameter '" + t_param_name + "' does not exist")
34 {
35
36 }
37
38 option_explicit_set(const option_explicit_set &) = default;
39
40 ~option_explicit_set() noexcept override = default;
41 };
42
43 class Dynamic_Object
44 {

Callers 1

Dynamic_ObjectClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected