![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Comparator used to check if a mask already exists in a std container. More...
#include <FMTMask.h>
Public Member Functions | |
| FMTMaskComparator (const FMTMask &lbase_mask) | |
| Construct the comparator from the mask to match. | |
| bool | operator() (const FMTMask &mask) const |
| Matching test operator for the comparator. | |
Comparator used to check if a mask already exists in a std container.
| Core::FMTMaskComparator::FMTMaskComparator | ( | const FMTMask & | lbase_mask | ) |
Construct the comparator from the mask to match.
| [in] | lbase_mask | the mask to match. |
| bool Core::FMTMaskComparator::operator() | ( | const FMTMask & | mask | ) | const |
Matching test operator for the comparator.
| [in] | mask | the mask to test. |