numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::opt::impl::adc_group< Value, TernaryVector >::greater Struct Reference

Class to compare rectangles. More...

+ Collaboration diagram for num_collect::opt::impl::adc_group< Value, TernaryVector >::greater:

Public Member Functions

auto operator() (const rectangle_type &left, const rectangle_type &right) const -> bool
 Compare rectangles.
 

Detailed Description

template<base::concepts::real_scalar Value, typename TernaryVector>
struct num_collect::opt::impl::adc_group< Value, TernaryVector >::greater

Class to compare rectangles.

Definition at line 118 of file adc_group.h.

Member Function Documentation

◆ operator()()

template<base::concepts::real_scalar Value, typename TernaryVector>
auto num_collect::opt::impl::adc_group< Value, TernaryVector >::greater::operator() ( const rectangle_type & left,
const rectangle_type & right ) const -> bool
inlinenodiscard

Compare rectangles.

Parameters
[in]leftLeft-hand-side rectangle.
[in]rightRight-hand-side rectangle.
Returns
Result of left > right.

Definition at line 126 of file adc_group.h.


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