libstdc++
|
Public Types | |
typedef regex_constants::syntax_option_type | _FlagT |
typedef _NFA< _TraitsT > | _RegexT |
typedef _TraitsT::string_type | _StringT |
Public Member Functions | |
_Compiler (_FwdIter __b, _FwdIter __e, const _TraitsT &__traits, _FlagT __flags) | |
std::shared_ptr< _RegexT > | _M_get_nfa () |
Builds an NFA from an input iterator interval.
Definition at line 47 of file regex_compiler.h.