QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
quickcpplib::_xxx::function_ptr::function_ptr< F, callable_storage_bytes > Class Template Reference

A move only lightweight std::function alternative, with configurable small object optimisation. More...

Detailed Description

template<class F, size_t callable_storage_bytes = default_callable_storage_bytes>
class quickcpplib::_xxx::function_ptr::function_ptr< F, callable_storage_bytes >

A move only lightweight std::function alternative, with configurable small object optimisation.

Requirements for small object optimisation:

  1. U must be nothrow move constructible.
  2. Default of sizeof(U) + sizeof(vptr) + sizeof(void *) <= 32, but is configurable by the make functions.

The documentation for this class was generated from the following file: