Compares two indices i, j of two views
according to the ascending order of the views upper bounds.
More...
#include <bnd-sup.hpp>
Public Member Functions | |
MaxInc (const ViewArray< View > &x0) | |
Constructor. More... | |
bool | operator() (const int i, const int j) |
Order. More... | |
Protected Attributes | |
ViewArray< View > | x |
View array for comparison. More... | |
Compares two indices i, j of two views
according to the ascending order of the views upper bounds.
Definition at line 180 of file bnd-sup.hpp.
|
inline |
Constructor.
Definition at line 186 of file bnd-sup.hpp.
|
inline |
Order.
Definition at line 189 of file bnd-sup.hpp.
|
protected |
View array for comparison.
Definition at line 183 of file bnd-sup.hpp.