ReactOS 0.4.15-dev-8632-gbc8c7d1
|
Public Types | |
typedef _Traits::char_type | argument_type |
typedef bool | result_type |
Public Member Functions | |
_Is_wspace_null (const ctype< argument_type > *__c_type) | |
bool | operator() (argument_type __c) const |
Public Attributes | |
const ctype< argument_type > * | _M_ctype |
Definition at line 64 of file _istream.c.
typedef _Traits::char_type _Is_wspace_null< _Traits >::argument_type |
Definition at line 65 of file _istream.c.
typedef bool _Is_wspace_null< _Traits >::result_type |
Definition at line 66 of file _istream.c.
|
inline |
Definition at line 70 of file _istream.c.
|
inline |
Definition at line 71 of file _istream.c.
const ctype<argument_type>* _Is_wspace_null< _Traits >::_M_ctype |
Definition at line 68 of file _istream.c.
Referenced by _Is_wspace_null< _Traits >::operator()().