|
LuciadCPillar 2025.0.07
|
Feature comparer class to be used with std::sort like algorithms.
More...
#include <luciad/models/features/FeatureComparer.h>
Public Member Functions | |
| FeatureComparer (const FeatureComparer &other) | |
| FeatureComparer (FeatureComparer &&other) noexcept | |
| FeatureComparer (FeatureQuery::SortOperator sortBy) | |
| Creates a new instance with the specified "sortBy" operator. More... | |
| ~FeatureComparer () | |
| bool | operator() (const Feature &lhs, const Feature &rhs) const |
| FeatureComparer & | operator= (FeatureComparer other) noexcept |
Feature comparer class to be used with std::sort like algorithms.
|
explicit |
Creates a new instance with the specified "sortBy" operator.
| sortBy | Sort operator. |
| luciad::FeatureComparer::FeatureComparer | ( | const FeatureComparer & | other | ) |
|
noexcept |
| luciad::FeatureComparer::~FeatureComparer | ( | ) |
|
noexcept |