ReactOS 0.4.15-dev-8028-g8e799e2
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: