Mungojerrie
1.0
Mungojerrie
|
This struct overloads the '<' operator. More...
Public Member Functions | |
MyOtherStruct (int a=0, int b=0) | |
bool | operator< (MyOtherStruct const &other) const |
Public Attributes | |
int | a |
int | b |
Friends | |
ostream & | operator<< (ostream &os, MyOtherStruct const &s) |
This struct overloads the '<' operator.