| 328 | //---------------------------------------------------------- |
| 329 | |
| 330 | auto |
| 331 | array:: |
| 332 | begin() noexcept -> |
| 333 | iterator |
| 334 | { |
| 335 | return &(*t_)[0]; |
| 336 | } |
| 337 | |
| 338 | auto |
| 339 | array:: |
nothing calls this directly
no outgoing calls
no test coverage detected