A lightweight non-owning reference to a callable.
More...
template<class F>
class lagrange::function_ref< F >
A lightweight non-owning reference to a callable.
Example usage:
std::cout << "Result is " << func(21);
}
foo([](int i) { return i*2; });
A lightweight non-owning reference to a callable.
Definition: function_ref.h:47
The documentation for this class was generated from the following file: