boost::parser::literals::operator""_p
// In header: <boost/parser/parser.hpp> auto operator""_p(char8_t c);
Returns a character parser equivalent to char_(c).
char_(c)