Mungojerrie
1.1
Mungojerrie
|
This structure relies on a function object for the comparison. More...
Public Member Functions | |
YourStruct (int a=0) | |
bool | operator== (YourStruct const &other) const |
bool | operator< (YourStruct const &other) const |
Public Attributes | |
int | a |
Friends | |
ostream & | operator<< (ostream &os, YourStruct const &s) |
This structure relies on a function object for the comparison.