ReactOS
0.4.16-dev-197-g92996da
Static Public Member Functions
|
List of all members
_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
)
inline
static
Definition at line
283
of file
ctype.cpp
.
283
{
284
return
c
>= 0 &&
size_t
(
c
) < upperBound;
285
}
size_t
__kernel_size_t size_t
Definition:
linux.h:237
c
const GLubyte * c
Definition:
glext.h:8905
The documentation for this struct was generated from the following file:
sdk/lib/3rdparty/stlport/src/
ctype.cpp
_WCharIndexT< true >
Generated on Wed Oct 30 2024 06:25:31 for ReactOS by
1.9.6