![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Comparator used to check if an output name already exists in a std container. More...
#include <FMTOutput.h>
Public Member Functions | |
| FMTOutputComparator (std::string name) | |
| Construct the comparator from the output name to find. | |
| bool | operator() (const FMTOutput &output) const |
| Matching test operator for the comparator. | |
Comparator used to check if an output name already exists in a std container.
| Core::FMTOutputComparator::FMTOutputComparator | ( | std::string | name | ) |
Construct the comparator from the output name to find.
| [in] | name | the name of the output to find. |
| bool Core::FMTOutputComparator::operator() | ( | const FMTOutput & | output | ) | const |
Matching test operator for the comparator.
| [in] | output | the output to test. |