Can be passed to function_base as template argument which causes the internal small buffer to be removed from the callable wrapper. The owning function_base will then allocate memory for every object it applies a type erasure on.
| 1733 | /// The owning function_base will then allocate memory for every object |
| 1734 | /// it applies a type erasure on. |
| 1735 | struct capacity_none : capacity_fixed<0UL> {}; |
| 1736 | |
| 1737 | /// Can be passed to function_base as template argument which causes |
| 1738 | /// the internal small buffer to be sized such that it can hold |
nothing calls this directly
no outgoing calls
no test coverage detected