Lumiera  0.pre.03
»edit your freedom«
RegexSearchIter Struct Reference

#include "lib/regex.hpp"

Description

wrapped regex iterator to allow usage in foreach loops

Definition at line 49 of file regex.hpp.

Public Member Functions

 RegexSearchIter (string const &toParse, regex const &regex)
 
 RegexSearchIter (string_view toParse, regex const &regex)
 
bool empty () const
 
 ENABLE_USE_IN_STD_RANGE_FOR_LOOPS (RegexSearchIter)
 
bool isValid () const
 
 LIFT_PARENT_INCREMENT_OPERATOR (std::sregex_iterator)
 
 operator bool () const
 
+ Inheritance diagram for RegexSearchIter:
+ Collaboration diagram for RegexSearchIter:

The documentation for this struct was generated from the following file: