Bridge++  Ver. 2.0.2
Sorter< T >::by_ascend Struct Reference

ascending order More...

#include <sorter_alt.h>

Inheritance diagram for Sorter< T >::by_ascend:
Sorter< T >::by_order Sorter< T >::by_order Sorter< T >::by_order Sorter< T >::by_order

Public Member Functions

virtual bool operator() (const double lhs, const double rhs) const
 
virtual bool operator() (const T &lhs, const T &rhs) const
 
virtual bool operator() (const dcomplex &lhs, const dcomplex &rhs) const
 
virtual bool operator() (const fcomplex &lhs, const fcomplex &rhs) const
 
- Public Member Functions inherited from Sorter< T >::by_order
virtual ~by_order ()
 
bool operator() (const pair_t &lhs, const pair_t &rhs) const
 
virtual ~by_order ()
 
bool operator() (const pair_t &lhs, const pair_t &rhs) const
 

Detailed Description

template<typename T>
struct Sorter< T >::by_ascend

ascending order

Definition at line 54 of file sorter.cpp.

Member Function Documentation

◆ operator()() [1/4]

template<typename T >
virtual bool Sorter< T >::by_ascend::operator() ( const dcomplex &  lhs,
const dcomplex &  rhs 
) const
inlinevirtual

Definition at line 286 of file sorter_alt.h.

◆ operator()() [2/4]

template<typename T >
virtual bool Sorter< T >::by_ascend::operator() ( const double  lhs,
const double  rhs 
) const
inlinevirtual

Implements Sorter< T >::by_order.

Definition at line 57 of file sorter.cpp.

◆ operator()() [3/4]

template<typename T >
virtual bool Sorter< T >::by_ascend::operator() ( const fcomplex &  lhs,
const fcomplex &  rhs 
) const
inlinevirtual

Definition at line 317 of file sorter_alt.h.

◆ operator()() [4/4]

template<typename T >
virtual bool Sorter< T >::by_ascend::operator() ( const T &  lhs,
const T &  rhs 
) const
inlinevirtual

Implements Sorter< T >::by_order.

Definition at line 131 of file sorter_alt.h.


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