MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator*

Method operator*

extern/ttmath/ttmathuint.h:3725–3732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3723
3724
3725 UInt<value_size> operator*(const UInt<value_size> & p2) const
3726 {
3727 UInt<value_size> temp(*this);
3728
3729 temp.Mul(p2);
3730
3731 return temp;
3732 }
3733
3734
3735 UInt<value_size> & operator*=(const UInt<value_size> & p2)

Callers

nothing calls this directly

Calls 1

MulMethod · 0.45

Tested by

no test coverage detected