The xtd::expressions::left_shift_expression is the bitwise left expression.
Public Fields | |
| static constexpr operator_precedence | precedence |
| The operator precedence. That contains one of xtd::expressions::operator_precedence values. | |
Public Constructors | |
| constexpr | left_shift_expression ()=default |
| Initialize a new xtd::expressions::left_shift_expression object. | |
| constexpr | left_shift_expression (left_t left, right_t right) |
| Initialize a new xtd::expressions::left_shift_expression object with specified left and right operands. | |
Public Operators | |
| template<typename... args_t> | |
| constexpr auto | operator() (args_t &&... args) const |
| Bitwise left the specified arguments. | |
Additional Inherited Members |
|
constexprdefault |
Initialize a new xtd::expressions::left_shift_expression object.
|
inlineconstexpr |
Initialize a new xtd::expressions::left_shift_expression object with specified left and right operands.
| left | The left operand. |
| right | The right operand. |
|
inlineconstexpr |
Bitwise left the specified arguments.
| args | the arguments to bitwise left. |
|
staticconstexpr |
The operator precedence. That contains one of xtd::expressions::operator_precedence values.