logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__detail::_Compiler< _TraitsT > - Builds an NFA from an input iterator range.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++         std::__detail::_Compiler<_TraitsT>(3cxx)

Detailed Description

template<typename_TraitsT>
       class std::__detail::_Compiler< _TraitsT >"Builds an NFA from an input iterator range.

       The _TraitsT type should fulfill requirements [28.3].

Name

       std::__detail::_Compiler< _TraitsT > - Builds an NFA from an input iterator range.

Synopsis

       #include <regex>

   PublicTypestypedef _TraitsT::char_type _CharTtypedefregex_constants::syntax_option_type_FlagTtypedef _NFA< _TraitsT > _RegexTPublicMemberFunctions_Compiler (const _CharT *__b, const _CharT *__e, const typename _TraitsT::locale_type &__traits, _FlagT
           __flags)
       shared_ptr< const _RegexT > _M_get_nfa () noexcept

See Also