|
Simple-Utility v2.3.1
|
#include "Simple-Utility/concepts/stl_extensions.hpp"#include "Simple-Utility/functional/Predicate.hpp"#include "Simple-Utility/functional/Transform.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sl |
| namespace | sl::functional |
| namespace | sl::functional::compare |
Variables | |
| constexpr auto | sl::functional::compare::less |
| Functional object, which compares its two operands less. | |
| constexpr auto | sl::functional::compare::less_equal |
| Functional object, which compares its two operands less-equal. | |
| constexpr auto | sl::functional::compare::greater |
| Functional object, which compares its two operands greater. | |
| constexpr auto | sl::functional::compare::greater_equal |
| Functional object, which compares its two operands greater-equal. | |
| constexpr auto | sl::functional::compare::equal |
| Functional object, which compares its two operands equal. | |
| constexpr auto | sl::functional::compare::not_equal |
| Functional object, which compares its two operands not-equal. | |
| constexpr auto | sl::functional::compare::three_way |
| Functional object, which performs a three-way comparison on its two operands.. | |