Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function operator""_l

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

Synopsis

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


constexpr  auto (char  const * str, );

Description

Returns a literal parser equivalent to lit(str).


PrevUpHomeNext