Default capacity for small functor optimization
| 1726 | |
| 1727 | /// Default capacity for small functor optimization |
| 1728 | struct capacity_default |
| 1729 | : capacity_fixed<detail::object_size::value - (2 * sizeof(void*))> {}; |
| 1730 | |
| 1731 | /// Can be passed to function_base as template argument which causes |
| 1732 | /// the internal small buffer to be removed from the callable wrapper. |
nothing calls this directly
no outgoing calls
no test coverage detected