.TH "std::__detail::_Compiler< _TraitsT >" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_Compiler< _TraitsT > \- Builds an NFA from an input iterator range\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .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 _NFA< _TraitsT > \fB_RegexT\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Compiler\fP (const _CharT *__b, const _CharT *__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 () noexcept" .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 \fB57\fP of file \fBregex\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _TraitsT::char_type \fBstd::__detail::_Compiler\fP< _TraitsT >::_CharT" .PP Definition at line \fB60\fP of file \fBregex\fP\&. .SS "template typedef \fBregex_constants::syntax_option_type\fP \fBstd::__detail::_Compiler\fP< _TraitsT >::_FlagT" .PP Definition at line \fB62\fP of file \fBregex\fP\&. .SS "template typedef _NFA<_TraitsT> \fBstd::__detail::_Compiler\fP< _TraitsT >::_RegexT" .PP Definition at line \fB61\fP of file \fBregex\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fBstd::__detail::_Compiler\fP< _TraitsT >::_Compiler (const _CharT * __b, const _CharT * __e, const typename _TraitsT::locale_type & __traits, \fB_FlagT\fP __flags)" .PP Definition at line \fB65\fP of file \fBregex_compiler\&.tcc\fP\&. .SH "Member Function Documentation" .PP .SS "template \fBshared_ptr\fP< const _RegexT > \fBstd::__detail::_Compiler\fP< _TraitsT >::_M_get_nfa ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB68\fP of file \fBregex\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.