STAPL API Reference |
Modules Classes |
This filter is used in naive coarsened scan to read the value which is filtered by back_op
.
More...
Public Member Functions | |
template<typename Ts > | |
T | operator() (Ts ts) const |
Public Types | |
using | result_type = T |
This filter is used in naive coarsened scan to read the value which is filtered by back_op
.
T | the fine-grain element value type |