MCPcopy Create free account
hub / github.com/boostorg/parser / encoded

Function encoded

include/boost/parser/detail/text/transcode_iterator.hpp:708–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(

Callers 1

Calls 1

find_invalid_encodingFunction · 0.85

Tested by

no test coverage detected