eve::detail::big_ Struct Reference
Higher-order Callable Object imbuing a direct computation semantic onto other Callable Objects. More...
Detailed Description
Higher-order Callable Object imbuing a direct computation semantic onto other Callable Objects.
Members Functions
auto operator()(eve::callable auto const& f ) const noexcept;
- Parameters
-
f An instance of eve::callable
- Returns
- A Callable Object performing the same kind of operation, but gives the correct result in the whole range, always using the full reduction algorithm.