E.V.E  0.1-beta
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
fAn 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.