| 133 | } |
| 134 | |
| 135 | constexpr void resize(std::size_t __new_size) noexcept |
| 136 | { |
| 137 | __size_ = __new_size; |
| 138 | } |
| 139 | |
| 140 | constexpr auto erase(const_iterator __first, const_iterator __last) noexcept -> iterator |
| 141 | { |
no outgoing calls
no test coverage detected