ReactOS
0.4.16-dev-747-gbc52d5f
Public Member Functions
|
List of all members
odd Struct Reference
#include <
unary.h
>
Inheritance diagram for odd:
[
legend
]
Collaboration diagram for odd:
[
legend
]
Public Member Functions
bool
operator()
(
int
n_)
const
Additional Inherited Members
Public Types inherited from
unary_function< int, bool >
typedef
int
argument_type
typedef
bool
result_type
Protected Member Functions inherited from
unary_function< int, bool >
~unary_function
()
Detailed Description
Definition at line
11
of file
unary.h
.
Member Function Documentation
◆
operator()()
bool
odd::operator()
(
int
n_
)
const
inline
Definition at line
12
of file
unary.h
.
12
{
return
(n_ % 2) == 1; }
The documentation for this struct was generated from the following file:
sdk/lib/3rdparty/stlport/test/unit/
unary.h
odd
Generated on Sat Feb 15 2025 06:28:57 for ReactOS by
1.9.6