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::_StateSeq< _TraitsT > - Describes a sequence of one or more _State, its current start and

Author

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

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

Detailed Description

template<typename_TraitsT>
       class std::__detail::_StateSeq< _TraitsT >"Describes a sequence of one or more _State, its current start
       and end(s). This structure contains fragments of an NFA during construction.

Name

       std::__detail::_StateSeq< _TraitsT > - Describes a sequence of one or more _State, its current start and
       end(s). This structure contains fragments of an NFA during construction.

Synopsis

       #include <regex>

   PublicTypestypedef _NFA< _TraitsT > _RegexTPublicMemberFunctions_StateSeq (_RegexT &__nfa, _StateIdT __s)
       _StateSeq (_RegexT &__nfa, _StateIdT __s, _StateIdT __end)
       void_M_append (_StateIdT __id)
       void_M_append (const _StateSeq &__s)
       _StateSeq_M_clone ()

   PublicAttributes
       _StateIdT _M_end_RegexT & _M_nfa
       _StateIdT _M_start

See Also