stereomatching 17 Posting Whiz in Training

What is the meaning of attributes defined by boost::spirit?

namespace qi = boost::spirit::qi;
qi rule<std::string::const_iterator, double()> simple_rule =
qi::double_ >> *(',' >> qi::double_);

only double_, int_ equal to attributes
or ',' also is an attribute?

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.