Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Function operator""_l
PrevUpHomeNext

Function operator""_l

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

Synopsis

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


auto operator""_l(char c);

Description

Returns a literal parser equivalent to lit(c).


PrevUpHomeNext