#include <StdPyrExp.h>
Definition at line 49 of file StdPyrExp.h.
◆ operator()()
bool Nektar::StdRegions::cmpop::operator() |
( |
Mode const & |
a, |
|
|
Mode const & |
b |
|
) |
| const |
|
inline |
Definition at line 51 of file StdPyrExp.h.
53 if (std::get<0>(a) < std::get<0>(b))
57 if (std::get<0>(a) > std::get<0>(b))
62 if (std::get<1>(a) < std::get<1>(b))
66 if (std::get<1>(a) > std::get<1>(b))
71 if (std::get<2>(a) < std::get<2>(b))