| 668 | |
| 669 | nssv_constexpr const_reference front() const { return data_at( 0 ); } |
| 670 | nssv_constexpr const_reference back() const { return data_at( size() - 1 ); } |
| 671 | |
| 672 | nssv_constexpr const_pointer data() const nssv_noexcept { return data_; } |
| 673 |
nothing calls this directly
no outgoing calls
no test coverage detected