![]() |
Mungojerrie
1.0
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.
1.8.17