| 230 | using const_reverse_iterator = std::reverse_iterator<const_iterator>; |
| 231 | |
| 232 | constexpr StaticVectorImpl() noexcept = default; |
| 233 | |
| 234 | // Move and copy constructors |
| 235 | StaticVectorImpl(StaticVectorImpl&& other) noexcept { |
nothing calls this directly
no test coverage detected