13 #ifndef __UT_REGEXRESULT_INCLUDED__
14 #define __UT_REGEXRESULT_INCLUDED__
18 #include <hboost/xpressive/match_results.hpp>
26 bool empty()
const {
return myMatch.empty(); }
32 const auto &
match = myMatch[i];
42 hboost::xpressive::cmatch myMatch;
46 #endif // __UT_REGEXRESULT_INCLUDED__
bool match(const char *string) const
A utility class to do read-only operations on a subset of an existing string.
GLuint const GLchar * name
UT_StringView operator[](exint i) const
UT_StringView operator[](const char *name) const