boost::parser::int_
// In header: <boost/parser/parser.hpp> parser_interface< int_parser< int > > int_;
The int parser. Produces an int attribute. To parse a particular value x, use int_(x).
int
x
int_(x)