Higher-order Callable Object having identity semantic onto other Callable Objects.
Synopsis
#include <eve/function/regular.hpp>
Members Functions
auto operator()(eve::callable auto const& f ) const noexcept;
- Parameters
-
f | An instance of eve::callable |
- Returns
- The same Callable Object as input.