MCPcopy Create free account
hub / github.com/boostorg/compute / operator()

Method operator()

perf/perf_tbb_merge.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58template<typename Iterator>
59struct ParallelMergeBody {
60 void operator()( ParallelMergeRange<Iterator>& r ) const {
61 std::merge( r.begin1, r.end1, r.begin2, r.end2, r.out );
62 }
63};
64
65template<typename Iterator>

Callers

nothing calls this directly

Calls 1

mergeFunction · 0.85

Tested by

no test coverage detected