boost::parser::float_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename T> struct float_parser { };
Matches a floating point number, producing an attribute of type T.
T