cisst-saw
|
#include <nmrPolynomialContainer.h>
Public Member Functions | |
EqualityTester (const nmrPolynomialTermPowerIndex &target) | |
bool | operator() (const ContainerElementType &element) |
Here we define an auxiliary functor class to compare objects of type nmrPolynomialTermPowerIndex . The functor class can be used in STL algorithms such as find_if. The member operator() returns true if the input target term index is equal to the term index of a pair in the container.
|
inline |
|
inline |