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