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

Method operator>>

extern/ttmath/ttmathuint.h:3896–3903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3894
3895
3896 UInt<value_size> operator>>(int move) const
3897 {
3898 UInt<value_size> temp( *this );
3899
3900 temp.Rcr(move);
3901
3902 return temp;
3903 }
3904
3905
3906 UInt<value_size> & operator>>=(int move)

Callers

nothing calls this directly

Calls 1

RcrMethod · 0.80

Tested by

no test coverage detected