Mungojerrie  1.0
Mungojerrie
Public Member Functions | Public Attributes | Friends | List of all members
MyOtherStruct Struct Reference

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)
 

Detailed Description

This struct overloads the '<' operator.


The documentation for this struct was generated from the following file: