Specialization of sequential execution when paragraph_view is required by the zip operation.
More...
|
template<typename R , typename S , typename TGV , typename IterComp , typename ... Iter> |
static R | apply (std::false_type, S &&skeleton, TGV tgv, std::size_t size, IterComp &iter_compare, Iter... iter) |
|
template<typename R , typename S , typename TGV , typename IterComp , typename ... Iter> |
static R | apply (std::true_type, S &&skeleton, TGV tgv, std::size_t, IterComp &iter_compare, Iter... iter) |
|
template<typename R , typename S , typename TGV , typename V0 , typename... V> |
static R | execute (S &&skeleton, TGV tgv, V0 &&view0, V &&... view) |
|
Specialization of sequential execution when paragraph_view is required by the zip operation.
The documentation for this struct was generated from the following file: