| 335 | return TBase::begin(); |
| 336 | } |
| 337 | const_iterator cbegin() const noexcept Y_LIFETIME_BOUND { |
| 338 | return TBase::cbegin(); |
| 339 | } |
| 340 | |
| 341 | const_iterator cend() const noexcept Y_LIFETIME_BOUND { |
| 342 | return TBase::cend(); |
no outgoing calls
no test coverage detected