Blitz logo

Blitz Support :

From: Andrius Kurtinaitis (andrius.kurtinaitis_at_[hidden])
Date: 2003-12-12 06:16:46


Julian Cummings wrote:
> The
> main point is that this is a unary function, not a ternary function.

What is then the purpose of the three-argument functors?

    BZ_DECLARE_FUNCTOR(classname) // for one argument functors
    BZ_DECLARE_FUNCTOR2(classname) // for two argument functors
    BZ_DECLARE_FUNCTOR3(classname) // for three argument functors