xtd 0.2.0
Loading...
Searching...
No Matches
right_shift_expression.hpp File Reference
#include "as_expression.hpp"
#include "binary_expression.hpp"
#include "expression_operand.hpp"
#include "expression_stream.hpp"
#include "../numeric.hpp"
#include <utility>

Definition

Contains xtd::expressions::right_shift_expression operator.

Go to the source code of this file.

Classes

struct  xtd::expressions::right_shift_expression< left_t, right_t >
 The xtd::expressions::right_shift_expression is the bitwise right expression. More...

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
namespace  xtd::expressions
 The xtd::expressions namespace provides a lightweight, composable expression template framework for building and evaluating lazy, strongly-typed functional expressions from arbitrary callables.

Public Operators

template<typename left_t, typename right_t>
constexpr auto xtd::expressions::operator>> (left_t left, right_t right)
 Subtract the specified left and right operands.