![]() |
Home | Libraries | People | FAQ | More |
boost::parser::replace_view::iterator
// In header: <boost/parser/replace.hpp> template<bool Const> struct iterator { // types typedef unspecified I; typedef unspecified S; typedef unspecified ref_t_iter; typedef BOOST_PARSER_SUBRANGE< ref_t_iter > reference_type; typedef unspecified base_type; // public member functions iterator() = default; iterator(unspecified); iterator & operator++(); reference_type operator*() const; };
iterator
public member functionsiterator() = default;
iterator(unspecified parent);
iterator & operator++();
reference_type operator*() const;