QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
A move only lightweight std::function
alternative, with configurable small object optimisation.
More...
A move only lightweight std::function
alternative, with configurable small object optimisation.
Requirements for small object optimisation:
U
must be nothrow move constructible.sizeof(U) + sizeof(vptr) + sizeof(void *) <= 32
, but is configurable by the make functions.