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< ext::shared_ptr< T > > Struct Template Reference

#include <ql/math/comparison.hpp>

+ Collaboration diagram for earlier_than< ext::shared_ptr< T > >:

Public Member Functions

bool operator() (const ext::shared_ptr< T > &x, const ext::shared_ptr< T > &y) const
 

Public Attributes

QL_DEPRECATED typedef ext::shared_ptr< T > first_argument_type
 
QL_DEPRECATED typedef ext::shared_ptr< T > second_argument_type
 
QL_DEPRECATED typedef bool result_type
 

Detailed Description

template<class T>
struct QuantLib::earlier_than< ext::shared_ptr< T > >

Definition at line 135 of file comparison.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( const ext::shared_ptr< T > &  x,
const ext::shared_ptr< T > &  y 
) const

Definition at line 154 of file comparison.hpp.

Member Data Documentation

◆ first_argument_type

QL_DEPRECATED typedef ext::shared_ptr<T> first_argument_type
Deprecated:
Use auto or decltype instead. Deprecated in version 1.29.

Definition at line 140 of file comparison.hpp.

◆ second_argument_type

QL_DEPRECATED typedef ext::shared_ptr<T> second_argument_type
Deprecated:
Use auto or decltype instead. Deprecated in version 1.29.

Definition at line 146 of file comparison.hpp.

◆ result_type

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

Definition at line 152 of file comparison.hpp.