Contains xtd::expressions::compare_three_way_expression operator.
- Copyright
- Copyright (c) 2026 Gammasoft. All rights reserved.
Go to the source code of this file.
|
| 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.
|
|
| 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.
|