Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
Core class that represents a functor using a function without argument. More...
Inherits Nz::Functor.
Public Member Functions | |
FunctorWithoutArgs (F func) | |
Constructs a FunctorWithoutArgs object with a function. More... | |
void | Run () override |
Runs the function. | |
Core class that represents a functor using a function without argument.
Nz::FunctorWithoutArgs< F >::FunctorWithoutArgs | ( | F | func | ) |
Constructs a FunctorWithoutArgs object with a function.
func | Function to execute |