E.V.E
v2023.02.15
Loading...
Searching...
No Matches

Detailed Description

Empty set, for an algorithm that starts from no default.

Variables

constexpr algo::traits eve::algo::no_traits {}

Variable Documentation

◆ no_traits

algo::traits eve::algo::no_traits {}
inlineconstexpr
Header file #include <eve/module/algo.hpp>
namespace eve::algo
{
inline constexpr traits no_traits{};
}
constexpr algo::traits no_traits
Definition traits.hpp:1193
Compile time set of tuning parameters an algorithm accepts.
Definition traits.hpp:111

The empty set: every option is at its default. The scans are started from it, eve::algo::inclusive_scan_inplace and eve::algo::inclusive_scan_to, and so is eve::algo::function_with_traits when no set is named:

inline constexpr auto my_scan = function_with_traits<my_scan_>[no_traits];
constexpr auto function_with_traits
Callable accepting a trait set, built from an algorithm's implementation.
Definition traits.hpp:1250
See also
default_simple_algo_traits, traits