transwarp
Public Types | Static Public Member Functions | List of all members
transwarp::detail::parents< ParentResults > Struct Template Reference

Determines the type of the parents. More...

#include <transwarp.h>

Public Types

using type = std::tuple< std::shared_ptr< transwarp::task< ParentResults > >... >
 

Static Public Member Functions

static std::size_t size (const type &)
 
static type clone (std::unordered_map< std::shared_ptr< transwarp::itask >, std::shared_ptr< transwarp::itask >> &task_cache, const type &obj)
 
static std::vector< transwarp::itask * > tasks (const type &parents)
 

Detailed Description

template<typename... ParentResults>
struct transwarp::detail::parents< ParentResults >

Determines the type of the parents.


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