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

Method operator>>

extern/ttmath/ttmathint.h:1800–1807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798
1799
1800 Int<value_size> operator>>(int move) const
1801 {
1802 Int<value_size> temp( *this );
1803
1804 temp.Rcr(move, UInt<value_size>::IsTheHighestBitSet() ? 1 : 0);
1805
1806 return temp;
1807 }
1808
1809
1810 UInt<value_size> & operator>>=(int move)

Callers

nothing calls this directly

Calls 1

RcrMethod · 0.80

Tested by

no test coverage detected