Left shift operators
Declared in <bdldfp_decimal.h>
Return the bitwise left shift of the specified lhs by rhs bits.
bdldfp::Uint128
operator<<(
Uint128 lhs,
int rhs);
» more...
Return true if lhs is less than rhs.
template<
class CHARTYPE,
class TRAITS>
bsl::basic_ostream<CHARTYPE, TRAITS>&
operator<<(
bsl::basic_ostream<CHARTYPE, TRAITS>& stream,
Decimal32 object);
» more...
Return true if lhs is less than rhs.
template<
class CHARTYPE,
class TRAITS>
bsl::basic_ostream<CHARTYPE, TRAITS>&
operator<<(
bsl::basic_ostream<CHARTYPE, TRAITS>& stream,
Decimal64 object);
» more...
Return true if lhs is less than rhs.
template<
class CHARTYPE,
class TRAITS>
bsl::basic_ostream<CHARTYPE, TRAITS>&
operator<<(
bsl::basic_ostream<CHARTYPE, TRAITS>& stream,
Decimal128 object);
» more...
lhs by rhs bitsstream| Name | Description |
|---|---|
| lhs | value to shift |
| rhs | number of bits to shift |
| stream | stream to read from or write to |
| object | object whose value is written |