ReactOS 0.4.15-dev-7994-gb388cb6
_WCharIndexT< true > Struct Reference

Static Public Member Functions

static bool in_range (wchar_t c, size_t upperBound)
 

Detailed Description

Definition at line 282 of file ctype.cpp.

Member Function Documentation

◆ in_range()

static bool _WCharIndexT< true >::in_range ( wchar_t  c,
size_t  upperBound 
)
inlinestatic

Definition at line 283 of file ctype.cpp.

283 {
284 return c >= 0 && size_t(c) < upperBound;
285 }
__kernel_size_t size_t
Definition: linux.h:237
const GLubyte * c
Definition: glext.h:8905

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