Functor returning the partitioned mix view appropriate for given input view. More...
Static Public Member Functions | |
static type | apply (View const &view, Part const &part) |
Public Types | |
using | type = partitioned_mix_view< View, typename Part::second_type > |
Functor returning the partitioned mix view appropriate for given input view.
Default template defines the partitioned mix view for given view by constructing the underlying container of corresponding mix_view instances using the provided partition information.