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(char32_t c);

Description

Returns a literal parser equivalent to lit(c).


PrevUpHomeNext