_Is_not_wspace< _Traits > Struct Template ReferenceList of all members.
Detailed Descriptiontemplate<class _Traits>
|
typedef _Traits::char_type _Is_not_wspace< _Traits >::argument_type |
Definition at line 53 of file _istream.c.
typedef bool _Is_not_wspace< _Traits >::result_type |
Definition at line 54 of file _istream.c.
_Is_not_wspace< _Traits >::_Is_not_wspace | ( | const ctype< argument_type > * | __c_type | ) | [inline] |
Definition at line 58 of file _istream.c.
bool _Is_not_wspace< _Traits >::operator() | ( | argument_type | __c | ) | const [inline] |
Definition at line 59 of file _istream.c.
References _Is_not_wspace< _Traits >::_M_ctype, and ctype_base::space.
const ctype<argument_type>* _Is_not_wspace< _Traits >::_M_ctype |