All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::Matchers::StdString::RegexMatcher Struct Reference
+ Inheritance diagram for Catch::Matchers::StdString::RegexMatcher:

Public Member Functions

 RegexMatcher (std::string regex, CaseSensitive::Choice caseSensitivity)
 
bool match (std::string const &matchee) const override
 
std::string describe () const override
 

Private Attributes

std::string m_regex
 
CaseSensitive::Choice m_caseSensitivity
 

Detailed Description

Definition at line 3573 of file catch.hpp.


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