libstdc++
|
Public Types | |
typedef _TraitsT::char_type | char_type |
Public Member Functions | |
_CharMatcher (char_type __c, const _TraitsT &__t=_TraitsT()) | |
bool | operator() (const _PatternCursor &__pc) const |
Public Attributes | |
char_type | _M_c |
const _TraitsT & | _M_traits |
Matches a single character.
Definition at line 129 of file regex_nfa.h.