Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function lit

boost::parser::lit

Synopsis

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


auto lit(char8_t c);

Description

Returns a literal code point parser that produces no attribute.


PrevUpHomeNext