Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global int_

boost::parser::int_

Synopsis

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

parser_interface< int_parser< int > > int_;

Description

The int parser. Produces an int attribute. To parse a particular value x, use int_(x).


PrevUpHomeNext