FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Core::FMTMaskComparator Class Reference

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.
 

Detailed Description

Comparator used to check if a mask already exists in a std container.

Constructor & Destructor Documentation

◆ FMTMaskComparator()

Core::FMTMaskComparator::FMTMaskComparator ( const FMTMask lbase_mask)

Construct the comparator from the mask to match.

Parameters
[in]lbase_maskthe mask to match.

Member Function Documentation

◆ operator()()

bool Core::FMTMaskComparator::operator() ( const FMTMask mask) const

Matching test operator for the comparator.

Parameters
[in]maskthe mask to test.
Returns
true if the mask matches else false.

The documentation for this class was generated from the following file: