Higher-order Callable Object imbuing more standard semantic onto other Callable Objects.
Synopsis
if pedantic(eve::fname) is to be called then
#include <eve/function/pedantic/fname.hpp>
must be included.
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 while insuring compatibility with the standard in corner cases, whenever possible.