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

Function continuation

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

Returns true iff `c` is a UTF-8 continuation code unit. */

Source from the content-addressed store, hash-verified

192
193 /** Returns true iff `c` is a UTF-8 continuation code unit. */
194 constexpr bool continuation(char8_type c) { return (int8_t)c < -0x40; }
195
196 /** Given the first (and possibly only) code unit of a UTF-8-encoded code
197 point, returns the number of bytes occupied by that code point (in the

Callers 4

end_of_invalid_utf8Function · 0.85
decrementFunction · 0.85
ends_encodedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected