| 415 | [[nodiscard]] constexpr bool empty() const noexcept { return a.empty(); } |
| 416 | |
| 417 | [[nodiscard]] constexpr size_type size() const noexcept { return a.size(); } |
| 418 | |
| 419 | [[nodiscard]] constexpr size_type max_size() const noexcept { return a.max_size(); } |
| 420 |