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

Method operator<<

extern/ttmath/ttmathuint.h:3914–3921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3912
3913
3914 UInt<value_size> operator<<(int move) const
3915 {
3916 UInt<value_size> temp( *this );
3917
3918 temp.Rcl(move);
3919
3920 return temp;
3921 }
3922
3923
3924 UInt<value_size> & operator<<=(int move)

Callers

nothing calls this directly

Calls 1

RclMethod · 0.80

Tested by

no test coverage detected