MCPcopy Create free account
hub / github.com/boostorg/json / is_control

Function is_control

include/boost/json/basic_parser_impl.hpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170inline
171bool
172is_control(char c) noexcept
173{
174 return static_cast<unsigned char>(c) < 32;
175}
176
177inline
178int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected