MCPcopy Create free account
hub / github.com/boostorg/compute / join

Method join

perf/perf_tbb_accumulate.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 value = temp;
37 }
38 void join( Sum& rhs ) {value += rhs.value;}
39};
40
41template<class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected