Mungojerrie  1.1
Mungojerrie
Public Member Functions | Public Attributes | Friends | List of all members
YourStruct Struct Reference

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)
 

Detailed Description

This structure relies on a function object for the comparison.


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