| 153 | } |
| 154 | |
| 155 | codepoint text::iterator::operator*() const noexcept |
| 156 | { |
| 157 | return this->get_codepoint(); |
| 158 | } |
| 159 | |
| 160 | text::iterator::codepoint_accessor text::iterator::operator*() noexcept |
| 161 | { |
nothing calls this directly
no test coverage detected