A compile time set of all the tuning parameters passed to the algorithm. These allow you to fine-tune the loops and not being stuck with our defaults. More...
#include <eve/module/algo/algo/traits.hpp>
Unless you write your own algorithms like eve's, you probably won't need to use this class. If you do that, we suggest to looking at one of the algorithms from eve/module/algo/algo.
When calling you just pass individual traits via [], i.e.
You can also pass traits struct:
This is useful for prebuilding traits (for example eve::algo::default_simple_algo_traits)