OpenFPM  5.2.0
Project that contain the implementation of distributed structures
InsertBlockWrapper< AggregateT, pMask > Struct Template Reference

Public Member Functions

 InsertBlockWrapper (AggregateT aggregate)
 
 InsertBlockWrapper (const InsertBlockWrapper< AggregateT, pMask > &other)
 
InsertBlockWrapper< AggregateT, pMask > & operator= (const InsertBlockWrapper< AggregateT, pMask > &other)
 
template<unsigned int p>
auto get () -> decltype(aggregate.template get< p >())
 
auto getMask () -> decltype(aggregate.template get< pMask >())
 

Data Fields

AggregateT aggregate
 

Detailed Description

template<typename AggregateT, unsigned int pMask>
struct InsertBlockWrapper< AggregateT, pMask >

Definition at line 23 of file BlockMapGpu_ker.cuh.


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