ReactOS 0.4.15-dev-7953-g1f49173
ctype< char >::_Is_mask Struct Reference

Public Member Functions

 _Is_mask (mask __x)
 
bool operator() (char __c)
 

Public Attributes

mask __m
 

Detailed Description

Definition at line 134 of file _ctype.h.

Constructor & Destructor Documentation

◆ _Is_mask()

ctype< char >::_Is_mask::_Is_mask ( mask  __x)
inline

Definition at line 136 of file _ctype.h.

136: __m(__x) {}

Member Function Documentation

◆ operator()()

bool ctype< char >::_Is_mask::operator() ( char  __c)
inline

Definition at line 137 of file _ctype.h.

137{return (__m & (unsigned char) __c) != 0;}
#define __c
Definition: schilyio.h:209

Member Data Documentation

◆ __m

mask ctype< char >::_Is_mask::__m

Definition at line 135 of file _ctype.h.


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