Home
last modified time | relevance | path

Searched defs:MyIntComparable (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dalg_test.cpp206 struct MyIntComparable { struct
207 MyIntComparable(int val) : _val(val) {} in MyIntComparable() function
208 bool operator == (const MyIntComparable& other) const in operator ==() argument
212 int _val;