Simple-Utility v2.3.1
Loading...
Searching...
No Matches
Compare.hpp File Reference
Include dependency graph for Compare.hpp:
This graph shows which files directly or indirectly include this file:

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..