PandA-2024.02
|
#include <tree_node.hpp>
Public Member Functions | |
TreeNodeConstSorter () | |
Constructor. More... | |
bool | operator() (const tree_nodeConstRef &x, const tree_nodeConstRef &y) const |
Compare position of two const tree nodes. More... | |
Definition at line 215 of file tree_node.hpp.
|
default |
Constructor.
Referenced by expr_pack_expansion::visit().
bool TreeNodeConstSorter::operator() | ( | const tree_nodeConstRef & | x, |
const tree_nodeConstRef & | y | ||
) | const |
Compare position of two const tree nodes.
x | is the first tree node |
y | is the second tree node |
Definition at line 1626 of file tree_node.cpp.
References tree_node::index, and TreeNodeSorter::TreeNodeSorter().