Go to the source code of this file.
|
template<typename FirstDIA , typename... DIAs> |
auto | Concat (const FirstDIA &first_dia, const DIAs &... dias) |
| Concat is a DOp, which concatenates any number of DIAs to a single DIA. More...
|
|
template<typename ValueType > |
auto | Concat (const std::initializer_list< DIA< ValueType > > &dias) |
| Concat is a DOp, which concatenates any number of DIAs to a single DIA. More...
|
|
template<typename ValueType > |
auto | Concat (const std::vector< DIA< ValueType > > &dias) |
| Concat is a DOp, which concatenates any number of DIAs to a single DIA. More...
|
|
◆ THRILL_API_CONCAT_HEADER
#define THRILL_API_CONCAT_HEADER |