ReactOS 0.4.15-dev-7924-g5949c20
_Is_wspace_null< _Traits > Struct Template Reference
Collaboration diagram for _Is_wspace_null< _Traits >:

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
 

Detailed Description

template<class _Traits>
struct _Is_wspace_null< _Traits >

Definition at line 64 of file _istream.c.

Member Typedef Documentation

◆ argument_type

template<class _Traits >
typedef _Traits::char_type _Is_wspace_null< _Traits >::argument_type

Definition at line 65 of file _istream.c.

◆ result_type

template<class _Traits >
typedef bool _Is_wspace_null< _Traits >::result_type

Definition at line 66 of file _istream.c.

Constructor & Destructor Documentation

◆ _Is_wspace_null()

template<class _Traits >
_Is_wspace_null< _Traits >::_Is_wspace_null ( const ctype< argument_type > *  __c_type)
inline

Definition at line 70 of file _istream.c.

70: _M_ctype(__c_type) {}
const ctype< argument_type > * _M_ctype
Definition: _istream.c:68

Member Function Documentation

◆ operator()()

template<class _Traits >
bool _Is_wspace_null< _Traits >::operator() ( argument_type  __c) const
inline

Definition at line 71 of file _istream.c.

71 {
72 return _Traits::eq(__c, argument_type()) ||
74 }
@ space
Definition: _ctype.h:42
#define __c
Definition: schilyio.h:209
_Traits::char_type argument_type
Definition: _istream.c:65

Member Data Documentation

◆ _M_ctype

template<class _Traits >
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()().


The documentation for this struct was generated from the following file: