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

Method sum

include/chaiscript/dispatchkit/boxed_number.hpp:772–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 }
771
772 static const Boxed_Number sum(const Boxed_Number &t_lhs, const Boxed_Number &t_rhs)
773 {
774 return Boxed_Number(oper(Operators::Opers::sum, t_lhs.bv, t_rhs.bv));
775 }
776
777 static const Boxed_Number unary_plus(const Boxed_Number &t_lhs)
778 {

Callers

nothing calls this directly

Calls 1

Boxed_NumberClass · 0.70

Tested by

no test coverage detected