#include <StdPyrExp.h>
Definition at line 50 of file StdPyrExp.h.
◆ operator()()
bool Nektar::StdRegions::cmpop::operator() |
( |
Mode const & |
a, |
|
|
Mode const & |
b |
|
) |
| const |
|
inline |
Definition at line 52 of file StdPyrExp.h.
54 if (std::get<0>(a) < std::get<0>(b))
58 if (std::get<0>(a) > std::get<0>(b))
63 if (std::get<1>(a) < std::get<1>(b))
67 if (std::get<1>(a) > std::get<1>(b))
72 if (std::get<2>(a) < std::get<2>(b))