futures/algorithm/traits/value_cmp_algorithm.hpp
value_cmp_algorithm
trait
#include <futures/algorithm/traits/value_cmp_algorithm.hpp>
Namespaces
Name | Description |
---|---|
futures | Main library namespace. |
Classes
Classes | Description |
---|---|
value_cmp_algorithm_functor | Value-compare algorithm overloads. (class) |
Description
This file defines the value_cmp_algorithm
trait representing a category of algorithms.
The traits help us generate auxiliary algorithm overloads This is somewhat similar to the pattern of traits and algorithms for ranges and views It allows us to get algorithm overloads for free, including default inference of the best execution policies
See Also:
Updated on 2023-01-04