| 430 | //---------------------------------------------------------- |
| 431 | |
| 432 | std::size_t |
| 433 | array:: |
| 434 | size() const noexcept |
| 435 | { |
| 436 | return t_->size; |
| 437 | } |
| 438 | |
| 439 | constexpr |
| 440 | std::size_t |
nothing calls this directly
no outgoing calls
no test coverage detected