| 706 | |
| 707 | template<typename Iter> |
| 708 | constexpr detail::enable_utf8_cp_t<Iter, bool> encoded( |
| 709 | Iter first, Iter last) |
| 710 | { |
| 711 | return v1::find_invalid_encoding(first, last) == last; |
| 712 | } |
| 713 | |
| 714 | template<typename Iter> |
| 715 | constexpr detail::enable_utf16_cp_t<Iter, bool> encoded( |
no test coverage detected