struct EvenNumberFunctor

struct EvenNumberFunctor
{
    // methods

    bool operator () (const int& i) const;
};