| 574 | } |
| 575 | |
| 576 | iterator mutable_iterator(const_iterator pos) noexcept { |
| 577 | return iterator(m_buffer + (pos.m_position - m_buffer)); |
| 578 | } |
| 579 | |
| 580 | template <class Serializer> |
| 581 | void serialize(Serializer& serializer) const { |
nothing calls this directly
no outgoing calls
no test coverage detected