#include "arg.hpp"Contains xtd::expressions::args struct.
Go to the source code of this file.
Classes | |
| struct | xtd::expressions::args< count > |
| Generates a set of positional args that can be decomposed using structured bindings to build readable and composable expression templates. 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 Variables | |
| constexpr auto | xtd::expressions::_ |
| The xtd::expressions::_ arg instance is used by expression that have only one argument. | |
| constexpr auto | xtd::expressions::_1 |
| The xtd::expressions::_1 arg instance is first argument used by expression. | |
| constexpr auto | xtd::expressions::_2 |
| The xtd::expressions::_2 arg instance is second argument used by expression. | |
| constexpr auto | xtd::expressions::_3 |
| The xtd::expressions::_3 arg instance is third argument used by expression. | |
| constexpr auto | xtd::expressions::_4 |
| The xtd::expressions::_4 arg instance is fourth argument used by expression. | |
| constexpr auto | xtd::expressions::_5 |
| The xtd::expressions::_5 arg instance is fifth argument used by expression. | |
| constexpr auto | xtd::expressions::_6 |
| The xtd::expressions::_6 arg instance is sixth argument used by expression. | |
| constexpr auto | xtd::expressions::_7 |
| The xtd::expressions::_7 arg instance is seventh argument used by expression. | |
| constexpr auto | xtd::expressions::_8 |
| The xtd::expressions::_8 arg instance is eighth argument used by expression. | |
| constexpr auto | xtd::expressions::_9 |
| The xtd::expressions::_9 arg instance is ninth argument used by expression. | |
| constexpr auto | xtd::expressions::_10 |
| The xtd::expressions::_10 arg instance is tenth argument used by expression. | |