Public Member Functions | List of all members
MyJoin Struct Reference

Public Member Functions

bool operator() (const vector< int > &in, int &out)
 

Detailed Description

Definition at line 30 of file test_tbb_join.cxx.

Member Function Documentation

bool MyJoin::operator() ( const vector< int > &  in,
int &  out 
)
inline

Definition at line 31 of file test_tbb_join.cxx.

31  {
32  out = 0;
33  for (auto x : in) { out += x; }
34  return true;
35  }
list x
Definition: train.py:276

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