| bool std::regex_traits< _Ch_type >::isctype | ( | _Ch_type | __c, |
| char_class_type | __f ) const |
Determines if c is a member of an identified class.
| __c | a character. |
| __f | a class type (as returned from lookup_classname). |
__c is a member of the classification represented by __f, false otherwise.| std::bad_cast | if the current locale does not have a ctype facet. |
Definition at line 393 of file regex.tcc.
References regex_traits(), std::regex_traits< _Ch_type >::_RegexMask::_M_base, std::regex_traits< _Ch_type >::_RegexMask::_M_extended, _M_locale, std::regex_traits< _Ch_type >::_RegexMask::_S_under, and std::use_facet().
