Itoyori  v0.0.1
ityr::ito::callable_task< Fn, Args > Class Template Reference

#include <util.hpp>

Inheritance diagram for ityr::ito::callable_task< Fn, Args >:
Collaboration diagram for ityr::ito::callable_task< Fn, Args >:

Public Member Functions

template<typename Fn_ , typename... Args_>
 callable_task (Fn_ &&fn, Args_ &&... args)
 
void execute ()
 
- Public Member Functions inherited from ityr::ito::task_general
virtual ~task_general ()=default
 

Constructor & Destructor Documentation

◆ callable_task()

template<typename Fn , typename... Args>
template<typename Fn_ , typename... Args_>
ityr::ito::callable_task< Fn, Args >::callable_task ( Fn_ &&  fn,
Args_ &&...  args 
)
inline

Member Function Documentation

◆ execute()

template<typename Fn , typename... Args>
void ityr::ito::callable_task< Fn, Args >::execute ( )
inlinevirtual

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