| 379 | constexpr size_type size() const noexcept { return populated(); } |
| 380 | |
| 381 | constexpr size_type capacity() const noexcept { return Size; } |
| 382 | |
| 383 | constexpr size_type max_size() const noexcept { return Size; } |
| 384 |
no outgoing calls
no test coverage detected