![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
A function wrapper akin to std::function that always stores the wrapped invocable internally.
More...
A function wrapper akin to std::function that always stores the wrapped invocable internally.
| Signature | The signature of the function call operator. |
| BufferSize | The size of the internal buffer. It defaults to 4 times the size of a pointer. |
| IsNoexcept | If true , the function will have a noexcept qualified call operator. Otherwise, it will not. |
int (int,double) const ) then the function call operator for this class will also be const-qualified. If the signature is not const-qualified, then only non-const objects will be invocable.