fpmas 1.6
Public Member Functions | List of all members
fpmas::utils::VoidCallback< Args > Class Template Reference

#include <callback.h>

Inheritance diagram for fpmas::utils::VoidCallback< Args >:
Inheritance graph
[legend]
Collaboration diagram for fpmas::utils::VoidCallback< Args >:
Collaboration graph
[legend]

Public Member Functions

void call (Args...) override
 
virtual void call (Args... args)=0
 

Detailed Description

template<typename... Args>
class fpmas::utils::VoidCallback< Args >

A Callback that does not perform any operation.

Might be used as a default Callback in some situations.

Member Function Documentation

◆ call()

template<typename... Args>
void fpmas::utils::VoidCallback< Args >::call ( Args...  args)
inlineoverridevirtual

Calls the callback.

Parameters
argscallback arguments

Implements fpmas::api::utils::Callback< Args... >.


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