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

Definition

Contains xtd::expressions::greater_than_expression operator.

Go to the source code of this file.

Classes

struct  xtd::expressions::greater_than_expression< left_t, right_t >
 The xtd::expressions::greater_than_expression is the greater 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)
 Equal to the specified left and right operands.