Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the develop branch. The current version is 1.90.0.
boost::parser::search_all_view::iterator
// In header: <boost/parser/search.hpp> template<bool Const> struct iterator { // types typedef unspecified I; typedef unspecified S; typedef unspecified base_type; // public member functions iterator() = default; iterator(unspecified); iterator & operator++(); BOOST_PARSER_SUBRANGE< I > operator*() const; };
iterator public member functionsiterator() = default;
iterator(unspecified parent);
iterator & operator++();
BOOST_PARSER_SUBRANGE< I > operator*() const;