Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Nz::FunctorWithoutArgs< F > Class Template Reference

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.
 

Detailed Description

template<typename F>
class Nz::FunctorWithoutArgs< F >

Core class that represents a functor using a function without argument.

Constructor & Destructor Documentation

◆ FunctorWithoutArgs()

template<typename F >
Nz::FunctorWithoutArgs< F >::FunctorWithoutArgs ( func)

Constructs a FunctorWithoutArgs object with a function.

Parameters
funcFunction to execute

The documentation for this class was generated from the following files: