Thrill  0.1
VectorConcat< Type > Class Template Reference

Detailed Description

template<typename Type>
class thrill::common::VectorConcat< Type >

Compute the concatenation of two std::vector<T>s.

Definition at line 139 of file functional.hpp.

Inherits binary_function< std::vector< Type >, std::vector< Type >, std::vector< Type > >.

#include <functional.hpp>

Public Types

using VectorType = std::vector< Type >
 

Public Member Functions

VectorType operator() (const VectorType &a, const VectorType &b) const
 

Member Typedef Documentation

◆ VectorType

using VectorType = std::vector<Type>

Definition at line 144 of file functional.hpp.

Member Function Documentation

◆ operator()()

VectorType operator() ( const VectorType a,
const VectorType b 
) const
inline

Definition at line 145 of file functional.hpp.


The documentation for this class was generated from the following file: