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

Method assign

include/chaiscript/dispatchkit/boxed_number.hpp:797–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 }
796
797 static Boxed_Number assign(Boxed_Number t_lhs, const Boxed_Number &t_rhs)
798 {
799 return Boxed_Number(oper(Operators::Opers::assign, t_lhs.bv, t_rhs.bv));
800 }
801
802 static Boxed_Number assign_bitwise_or(Boxed_Number t_lhs, const Boxed_Number &t_rhs)
803 {

Callers

nothing calls this directly

Calls 1

Boxed_NumberClass · 0.70

Tested by

no test coverage detected