![]() |
Home | Libraries | People | FAQ | More |
Contains the definition of the regex_iterator type, an STL-compatible iterator for stepping through all the matches in a sequence.
namespace boost { namespace xpressive { template<typename BidiIter> struct regex_iterator; } }