Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function operator""_l

boost::parser::literals::operator""_l

Synopsis

// In header: <boost/parser/parser.hpp>


auto operator""_l(char8_t const * str, std::size_t);

Description

Returns a literal parser equivalent to lit(str).


PrevUpHomeNext