30#define _GLIBCXX_REGEX 1
33#pragma GCC system_header
38#if __cplusplus < 201103L
73#define __glibcxx_want_nonmember_container_access
76#if __cplusplus >= 201703L && _GLIBCXX_USE_CXX11_ABI
78namespace std _GLIBCXX_VISIBILITY(default)
80_GLIBCXX_BEGIN_NAMESPACE_VERSION
83 template<
typename _B
idirectionalIterator>
86 sub_match<_BidirectionalIterator>>>;
87 using cmatch = match_results<const char*>;
91 = match_results<__gnu_cxx::__normal_iterator<const char*, string>>;
92#ifdef _GLIBCXX_USE_WCHAR_T
93 using wcmatch = match_results<const wchar_t*>;
95 = match_results<__gnu_cxx::__normal_iterator<const wchar_t*, wstring>>;
98_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.
Class template polymorphic_allocator.