table of contents
        
      
      
    | std::__detail::_EndTagger< _FwdIterT, _TraitsT >(3) | Library Functions Manual | std::__detail::_EndTagger< _FwdIterT, _TraitsT >(3) | 
NAME¶
std::__detail::_EndTagger< _FwdIterT, _TraitsT > -
SYNOPSIS¶
Public Member Functions¶
_EndTagger (int __i)
  
  void operator() (const _PatternCursor &__pc, _Results
    &__r)
  
  
Public Attributes¶
int _M_index
  
  _FwdIterT _M_pos
  
  
Detailed Description¶
template<typename _FwdIterT, typename _TraitsT>struct std::__detail::_EndTagger< _FwdIterT, _TraitsT >¶
End state tag.
Definition at line 104 of file regex_nfa.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
| Tue Sep 29 2020 | libstdc++ |