QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
earlier_than< CashFlow > Struct Reference

#include <ql/cashflow.hpp>

+ Collaboration diagram for earlier_than< CashFlow >:

Public Member Functions

bool operator() (const CashFlow &c1, const CashFlow &c2) const
 

Public Attributes

QL_DEPRECATED typedef CashFlow first_argument_type
 
QL_DEPRECATED typedef CashFlow second_argument_type
 
QL_DEPRECATED typedef bool result_type
 

Detailed Description

Definition at line 81 of file cashflow.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( const CashFlow c1,
const CashFlow c2 
) const

Definition at line 100 of file cashflow.hpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ first_argument_type

QL_DEPRECATED typedef CashFlow first_argument_type
Deprecated:
Use auto or decltype instead. Deprecated in version 1.29.

Definition at line 86 of file cashflow.hpp.

◆ second_argument_type

QL_DEPRECATED typedef CashFlow second_argument_type
Deprecated:
Use auto or decltype instead. Deprecated in version 1.29.

Definition at line 92 of file cashflow.hpp.

◆ result_type

QL_DEPRECATED typedef bool result_type
Deprecated:
Use auto or decltype instead. Deprecated in version 1.29.

Definition at line 98 of file cashflow.hpp.