in src/libraries/utf/include/m/utf/decode_iterator.h [42:44]
constexpr ucs_decoder_iterator(ucs_decoder_iterator const& other): m_next(other.m_next), m_end(other.m_end), m_ch(other.m_ch) {}