E.V.E
v2022.09.01

◆ regular

eve::regular = {}
inlineconstexpr

Higher-order Callable Object having identity semantic onto other Callable Objects.

Synopsis

#include <eve/module/core.hpp>

Members Functions

auto operator()(eve::callable auto const& f ) const noexcept;
Parameters
fAn instance of eve::callable
Returns
The same Callable Object as input.