transwarp
|
Visits the given task using the visitor given in the constructor. More...
#include <transwarp.h>
Public Member Functions | |
visit_visitor (const std::function< void(transwarp::itask &)> &visitor) noexcept | |
void | operator() (transwarp::itask &task) const |
Public Attributes | |
const std::function< void(transwarp::itask &)> & | visitor_ |
Visits the given task using the visitor given in the constructor.