CAF 0.17.6
Public Member Functions | List of all members
caf::callback_impl< F, Ts > Class Template Reference

Utility class for wrapping a function object of type Base. More...

#include <callback.hpp>

Inheritance diagram for caf::callback_impl< F, Ts >:
caf::callback< Ts... >

Public Member Functions

 callback_impl (F &&f)
 
 callback_impl (callback_impl &&)=default
 
callback_imploperator= (callback_impl &&)=default
 
error operator() (Ts... xs) override
 
virtual error operator() (Ts...)=0
 

Additional Inherited Members

Detailed Description

template<class F, class... Ts>
class caf::callback_impl< F, Ts >

Utility class for wrapping a function object of type Base.

Member Function Documentation

◆ operator()()

template<class F , class... Ts>
error caf::callback_impl< F, Ts >::operator() ( Ts...  xs)
overridevirtual

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