cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes | Namespaces
p0792-function_ref.hpp File Reference

Implements part of p0792r0, a proposal for a non-owning reference view on functors. More...

Classes

class  function_ref< Signature >
 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...
 

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 

Detailed Description

Implements part of p0792r0, a proposal for a non-owning reference view on functors.