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

Function null_term

include/boost/parser/parser_fwd.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 Strings ("NTBSs") compatible with ranges. */
65 template<typename CharT>
66 constexpr auto null_term(CharT * ptr)
67 {
68 return BOOST_PARSER_SUBRANGE(ptr, detail::text::null_sentinel);
69 }
70
71 namespace detail {
72 template<typename T>

Callers 8

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected