Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function lit

boost::parser::lit

Synopsis

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


constexpr  auto (char32_t c);

Description

Returns a literal code point parser that produces no attribute.


PrevUpHomeNext