29 #ifndef _GLIBCXX_REGEX
30 #define _GLIBCXX_REGEX 1
32 #pragma GCC system_header
34 #if __cplusplus < 201103L
47 #include <bits/shared_ptr.h>
69 #if __cplusplus >= 201703L && _GLIBCXX_USE_CXX11_ABI
70 namespace std _GLIBCXX_VISIBILITY(default)
72 _GLIBCXX_BEGIN_NAMESPACE_VERSION
75 template<
typename _Tp>
class polymorphic_allocator;
76 template<
typename _B
idirectionalIterator>
79 sub_match<_BidirectionalIterator>>>;
80 using cmatch = match_results<const char*>;
84 = match_results<__gnu_cxx::__normal_iterator<const char*, string>>;
85 #ifdef _GLIBCXX_USE_WCHAR_T
86 using wcmatch = match_results<const wchar_t*>;
88 = match_results<__gnu_cxx::__normal_iterator<const wchar_t*, wstring>>;
91 _GLIBCXX_END_NAMESPACE_VERSION
Constant definitions for the std regex library.
Error and exception objects for the std regex library.
ISO C++ entities toplevel namespace is std.
The results of a match or search operation.