Changeset 4076
- Timestamp:
- Aug 25, 2021, 3:35:16 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/multiprocess.h
r4047 r4076 201 201 Function reads the sorted range [\c begin, \c end), applies \c 202 202 function on each element and if \c function returns true, element 203 i tcopied into \c out and \c out is incremented.203 is copied into \c out and \c out is incremented. 204 204 205 205 This is done in n_threads + 2 threads. The reading of element
Note: See TracChangeset
for help on using the changeset viewer.