PandA-2024.02
|
#include <generic_obj.hpp>
Public Member Functions | |
GenericObjUnsignedIntSorter () | |
Constructor. More... | |
bool | operator() (const std::pair< generic_objRef, int > &x, const std::pair< generic_objRef, int > &y) const |
Compare position of generic object-ints. More... | |
Definition at line 220 of file generic_obj.hpp.
|
default |
Constructor.
Referenced by GenericObjSorter::operator()().
bool GenericObjUnsignedIntSorter::operator() | ( | const std::pair< generic_objRef, int > & | x, |
const std::pair< generic_objRef, int > & | y | ||
) | const |
Compare position of generic object-ints.
x | is the first generic_obj-int |
y | is the second generic_obj-int |
Definition at line 66 of file generic_obj.cpp.
References THROW_ASSERT.