* Other */ * Return the `const_iterator it` as an `iterator`. */
| 615 | * Return the `const_iterator it` as an `iterator`. |
| 616 | */ |
| 617 | iterator mutable_iterator(const_iterator it) noexcept { |
| 618 | return m_ht.mutable_iterator(it); |
| 619 | } |
| 620 | |
| 621 | /** |
| 622 | * Serialize the set through the `serializer` parameter. |
nothing calls this directly
no outgoing calls
no test coverage detected