![]() |
Home | Libraries | People | FAQ | More |
boost::parser::transform_replace_view::iterator
// In header: <boost/parser/transform_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); constexpr iterator & operator++(); constexpr reference_type operator*() const; };
iterator
public member functionsiterator() = default;
iterator(unspecified parent);
constexpr iterator & operator++();
constexpr reference_type operator*() const;