Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global float_

boost::parser::float_

Synopsis

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

parser_interface< float_parser< float > > float_;

Description

The float parser. Produces a float attribute.


PrevUpHomeNext