ReactOS
0.4.16-dev-1946-g52006dd
Public Member Functions
|
List of all members
std::less< SetTestClass > Struct Reference
Public Member Functions
bool
operator()
(
SetTestClass
const
&lhs,
SetTestClass
const
&rhs)
const
Detailed Description
Definition at line
214
of file
set_test.cpp
.
Member Function Documentation
◆
operator()()
bool
std::less<
SetTestClass
>
::operator
()
(
SetTestClass
const
&
lhs
,
SetTestClass
const
&
rhs
)
const
inline
Definition at line
215
of file
set_test.cpp
.
215
{
216
return
lhs.data() < rhs.data();
217
}
The documentation for this struct was generated from the following file:
sdk/lib/3rdparty/stlport/test/unit/
set_test.cpp
std
less< SetTestClass >
Generated on Thu Dec 4 2025 06:32:24 for ReactOS by
1.9.6