30#define _GLIBCXX_REGEX 1
32#pragma GCC system_header
36#if __cplusplus < 201103L
49#include <bits/shared_ptr.h>
71#define __glibcxx_want_nonmember_container_access
74#if __cplusplus >= 201703L && _GLIBCXX_USE_CXX11_ABI
76namespace std _GLIBCXX_VISIBILITY(default)
78_GLIBCXX_BEGIN_NAMESPACE_VERSION
81 template<
typename _B
idirectionalIterator>
84 sub_match<_BidirectionalIterator>>>;
85 using cmatch = match_results<const char*>;
89 = match_results<__gnu_cxx::__normal_iterator<const char*, string>>;
90#ifdef _GLIBCXX_USE_WCHAR_T
91 using wcmatch = match_results<const wchar_t*>;
93 = match_results<__gnu_cxx::__normal_iterator<const wchar_t*, wstring>>;
96_GLIBCXX_END_NAMESPACE_VERSION
Error and exception objects for the std regex library.
Constant definitions for the std regex library.
ISO C++ entities toplevel namespace is std.
The results of a match or search operation.