Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IndexComparator Struct Reference

#include <orea/simulation/fixingmanager.hpp>

+ Collaboration diagram for IndexComparator:

Public Member Functions

bool operator() (const QuantLib::ext::shared_ptr< Index > &a, const QuantLib::ext::shared_ptr< Index > &b) const
 

Detailed Description

Definition at line 35 of file fixingmanager.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( const QuantLib::ext::shared_ptr< Index > &  a,
const QuantLib::ext::shared_ptr< Index > &  b 
) const

Definition at line 36 of file fixingmanager.hpp.

36 {
37 return a->name() < b->name();
38 }