ReactOS
0.4.16-dev-1990-gfa5cf28
Functions
kjk::details Namespace Reference
Functions
template<
class
Traits >
bool
is_separator
(
typename
Traits::int_type
c
)
Function Documentation
◆
is_separator()
template<
class
Traits >
bool
kjk::details::is_separator
(
typename
Traits::int_type
c
)
Definition at line
34
of file
argv_parser.h
.
35
{
36
return
Traits::eq_int_type(
c
,
' '
) || Traits::eq_int_type(
c
,
'\t'
);
37
}
c
const GLubyte * c
Definition:
glext.h:8905
kjk
details
Generated on Sun Dec 14 2025 06:30:39 for ReactOS by
1.9.6