Definition at line 23 of file BlockMapGpu_ker.cuh.
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 |
|
inline |
Definition at line 29 of file BlockMapGpu_ker.cuh.
|
inline |
Definition at line 31 of file BlockMapGpu_ker.cuh.
|
inline |
Definition at line 51 of file BlockMapGpu_ker.cuh.
|
inline |
Definition at line 60 of file BlockMapGpu_ker.cuh.
|
inline |
Definition at line 40 of file BlockMapGpu_ker.cuh.
AggregateT InsertBlockWrapper< AggregateT, pMask >::aggregate |
Definition at line 25 of file BlockMapGpu_ker.cuh.