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

Method do_oper

include/chaiscript/dispatchkit/boxed_number.hpp:893–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891
892
893 static Boxed_Value do_oper(Operators::Opers t_oper, const Boxed_Value &t_lhs, const Boxed_Value &t_rhs)
894 {
895 return oper(t_oper, t_lhs, t_rhs);
896 }
897
898 static Boxed_Value do_oper(Operators::Opers t_oper, const Boxed_Value &t_lhs)
899 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected