boost::parser::null_term
// In header: <boost/parser/parser_fwd.hpp> template<typename CharT> auto null_term(CharT * ptr);
Produces a subrange comprising the given pointer and null_sentinel. This should be used to make Null-Terminated Byte Strings ("NTBSs") compatible with ranges.
subrange
null_sentinel