boost::parser::literals::operator""_p
// In header: <boost/parser/parser.hpp> auto operator""_p(char32_t const * str, std::size_t);
Returns a string parser equivalent to string(str).
string(str)