Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Functions
QuantLib Namespace Reference

Classes

class  Calendar
 
class  Colombia
 
class  CreditDefaultSwap
 
class  Instrument
 
class  Malaysia
 
class  Swap
 
class  VarianceSwap
 

Functions

bool operator> (const Currency &, const Currency &)
 
bool operator< (const Currency &c1, const Currency &c2)
 

Function Documentation

◆ operator>()

bool operator> ( const Currency &  c1,
const Currency &  c2 
)

Definition at line 37 of file bondbasket.hpp.

37{ return c1.name() > c2.name(); }

◆ operator<()

bool operator< ( const Currency &  c1,
const Currency &  c2 
)

Definition at line 35 of file bondbasket.hpp.

35{ return c1.name() < c2.name(); }