Returns the capacity of this erasure
| 1140 | public: |
| 1141 | /// Returns the capacity of this erasure |
| 1142 | static constexpr std::size_t capacity() noexcept { |
| 1143 | return internal_capacity_holder<typename Config::capacity>::capacity(); |
| 1144 | } |
| 1145 | |
| 1146 | FU2_DETAIL_CXX14_CONSTEXPR erasure() noexcept { |
| 1147 | vtable_.set_empty(); |