Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global short_

boost::parser::short_

Synopsis

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

parser_interface< int_parser< short > > short_;

Description

The short parser. Produces a short attribute. To parse a particular value x, use short_(x).


PrevUpHomeNext