Thrill
0.1
|
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 |
using VectorType = std::vector<Type> |
Definition at line 144 of file functional.hpp.
|
inline |
Definition at line 145 of file functional.hpp.