| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected