STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::paragraph_impl::migration_unpacker< View > Struct Template Reference

Given an edge value type T, this metafunction returns the unpacked type of the egde, post task migration. More...

Static Public Member Functions

static type apply (View const &vw, edge_container &)
 Function operator. More...
 

Public Types

using type = View
 

Detailed Description

template<typename View>
struct stapl::paragraph_impl::migration_unpacker< View >

Given an edge value type T, this metafunction returns the unpacked type of the egde, post task migration.

Member Function Documentation

◆ apply()

template<typename View >
static type stapl::paragraph_impl::migration_unpacker< View >::apply ( View const &  vw,
edge_container  
)
static

Function operator.

Parameters
vwThe deserialized view to process, post migration.
edge_vwThe edge_view (without filtering) for this location.

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