cxxomfort
rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
A non-owning view of an object callable with a function signature.A function_ref
is a non-owning view to a callable object or function pointer for a given signature.
More...
A non-owning view of an object callable with a function signature.
A function_ref
is a non-owning view to a callable object or function pointer for a given signature.
function_ref
is a _ref
- hence it does not work with temporaries such as bind expressions. The following doesn't work: