| 
    libstdc++
    
   | 
 
#include <regex_compiler.h>
Public Types | |
| typedef _TraitsT::char_type | _CharT | 
| typedef regex_constants::syntax_option_type | _FlagT | 
| typedef _NFA< _TraitsT > | _RegexT | 
Public Member Functions | |
| _Compiler (const _CharT *__b, const _CharT *__e, const typename _TraitsT::locale_type &__traits, _FlagT __flags) | |
| shared_ptr< const _RegexT > | _M_get_nfa () noexcept | 
Builds an NFA from an input iterator range.
The _TraitsT type should fulfill requirements [28.3].
Definition at line 57 of file regex_compiler.h.
| typedef _TraitsT::char_type std::__detail::_Compiler< _TraitsT >::_CharT | 
Definition at line 60 of file regex_compiler.h.
| typedef regex_constants::syntax_option_type std::__detail::_Compiler< _TraitsT >::_FlagT | 
Definition at line 62 of file regex_compiler.h.
| typedef _NFA<_TraitsT> std::__detail::_Compiler< _TraitsT >::_RegexT | 
Definition at line 61 of file regex_compiler.h.
| std::__detail::_Compiler< _TraitsT >::_Compiler | ( | const _CharT * | __b, | 
| const _CharT * | __e, | ||
| const typename _TraitsT::locale_type & | __traits, | ||
| _FlagT | __flags | ||
| ) | 
Definition at line 65 of file regex_compiler.tcc.
      
  | 
  inlinenoexcept | 
Definition at line 68 of file regex_compiler.h.