Helper method for vs_map_reduce
that does most of the actual work. Is passed the size of the tuples and this is used by preprocessing below to create size specific specialization of this class template. Each specialization defines a static function with corresponding arity and repetition of operations.
More...
Helper method for vs_map_reduce
that does most of the actual work. Is passed the size of the tuples and this is used by preprocessing below to create size specific specialization of this class template. Each specialization defines a static function with corresponding arity and repetition of operations.
Map | Map functor to apply. |
Reduce | Reduce functor to apply. |
Size | Size of each tuple in viewsets. |