![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
An implementation of the proposed std::function_ref from P0792. Provides a type-erased callable like std::function, but just stores a reference to the wrapped callable rather than a copy of it.
More...
An implementation of the proposed std::function_ref from P0792. Provides a type-erased callable like std::function, but just stores a reference to the wrapped callable rather than a copy of it.
| Signature | The function signature being wrapped of the form Return-type (Args...) optional-const |
| IsNoexcept | If the generated call operator should be noexcept |