libstdc++
|
Go to the source code of this file.
Classes | |
class | std::__detail::_Grep_matcher |
Executes a regular expression NFA/DFA over a range using a variant of the parallel execution algorithm featured in the grep utility, modified to use Laurikari tags. More... | |
class | std::__detail::_SpecializedResults< _FwdIterT, _Alloc > |
A _Results facade specialized for wrapping a templated match_results. More... | |
Namespaces | |
namespace | std |
namespace | std::__detail |
Typedefs | |
typedef std::stack< _StateIdT, std::vector< _StateIdT > > | std::__detail::_StateStack |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <regex>.
Definition in file regex_grep_matcher.h.