ReactOS 0.4.15-dev-7924-g5949c20
_WCharIndexT< false > Struct Reference

Static Public Member Functions

static bool in_range (wchar_t c, size_t upperBound)
 

Detailed Description

Definition at line 290 of file ctype.cpp.

Member Function Documentation

◆ in_range()

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

Definition at line 291 of file ctype.cpp.

291 {
292 return size_t(c) < upperBound;
293 }
__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: