![]() |
Home | Libraries | People | FAQ | More |
boost::parser::long_
// In header: <boost/parser/parser.hpp> constexpr parser_interface< int_parser< long > > long_;
The long
parser. Produces a long
attribute. To parse a particular value x
, use long_(x)
.