transwarp
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
transwarp::detail::visit_depth Struct Reference

Visits the given task using the visitor given in the constructor. More...

#include <transwarp.h>

Public Member Functions

 visit_depth (const std::function< void(transwarp::itask &)> &visitor) noexcept
 
void operator() (transwarp::itask &task) const
 

Public Attributes

const std::function< void(transwarp::itask &)> & visitor_
 

Detailed Description

Visits the given task using the visitor given in the constructor.


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