PikaScript
|
See UnaryFunctor for documentation. More...
#include <PikaScript.h>
Protected Member Functions | |
template<class T > | |
Value | call (const Value &a0, const Value &a1, const T &) |
Call the functor with the arguments a0 and a1 . | |
Value | call (const Value &a0, const Value &a1, const Dumb< void > &) |
Overloaded to return the void value for functors that returns the void type. | |
template<class T > | |
Value | call (const Value &a0, const Value &a1, const T &) |
Call the functor with the arguments a0 and a1 . | |
Value | call (const Value &a0, const Value &a1, const Dumb< void > &) |
Overloaded to return the void value for functors that returns the void type. | |
Additional Inherited Members |
See UnaryFunctor for documentation.
Definition at line 500 of file PikaScript.h.