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