Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global double_

boost::parser::double_

Synopsis

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

parser_interface< float_parser< double > > double_;

Description

The double parser. Produces a double attribute.


PrevUpHomeNext