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

Method equals

include/chaiscript/dispatchkit/boxed_number.hpp:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731
732 static bool equals(const Boxed_Number &t_lhs, const Boxed_Number &t_rhs)
733 {
734 return boxed_cast<bool>(oper(Operators::Opers::equals, t_lhs.bv, t_rhs.bv));
735 }
736
737 static bool less_than(const Boxed_Number &t_lhs, const Boxed_Number &t_rhs)
738 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected