E.V.E
v2022.09.01

◆ cyl

eve::cyl = {}
inlineconstexpr

Higher-order Callable Object imbuing cylindrical semantic onto other Callable Objects.

Synopsis

if cyl(eve::fname) is to be called then

#include <eve/module/core.hpp>

must be included.

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 implying cylindrical semantic.