Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/parser
/ in
Function
in
include/boost/parser/detail/text/transcode_iterator.hpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
namespace detail {
36
constexpr bool in(unsigned char lo, unsigned char c, unsigned char hi)
37
{
38
return lo <= c && c <= hi;
39
}
40
41
struct throw_on_encoding_error
42
{};
Callers
2
end_of_invalid_utf8
Function · 0.85
decode_code_point
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected