Image Component Library (ICL)
|
Utility structure for matching results. More...
#include <StringUtils.h>
Classes | |
struct | Match |
Public Member Functions | |
operator bool () const | |
implicit cast to bool More... | |
Public Attributes | |
bool | matched |
was the match successful More... | |
std::vector< std::string > | submatches |
Utility structure for matching results.
|
inline |
bool icl::utils::MatchResult::matched |
was the match successful
std::vector<std::string> icl::utils::MatchResult::submatches |