.TH "std::__detail::_Compiler< _TraitsT >" 3cxx "Tue Jul 2 2019" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_Compiler< _TraitsT > \- Builds an NFA from an input iterator range\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef _TraitsT::char_type \fB_CharT\fP" .br .ti -1c .RI "typedef \fBregex_constants::syntax_option_type\fP \fB_FlagT\fP" .br .ti -1c .RI "typedef const _CharT * \fB_IterT\fP" .br .ti -1c .RI "typedef _NFA< _TraitsT > \fB_RegexT\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Compiler\fP (_IterT __b, _IterT __e, const typename _TraitsT::locale_type &__traits, \fB_FlagT\fP __flags)" .br .ti -1c .RI "\fBshared_ptr\fP< const _RegexT > \fB_M_get_nfa\fP ()" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::__detail::_Compiler< _TraitsT >" Builds an NFA from an input iterator range\&. The _TraitsT type should fulfill requirements [28\&.3]\&. .PP Definition at line 57 of file regex_compiler\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.