forked from qt-creator/qt-creator
MapReduce: Fix documentation
Change-Id: Ic4d84328e7b88a666f7984ae7ec1f6bf55ef58db Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -412,9 +412,9 @@ mapReduce(ForwardIterator begin, ForwardIterator end, InitFunction &&init, MapFu
|
|||||||
or
|
or
|
||||||
MapResultType MapFunction(const ItempType&)
|
MapResultType MapFunction(const ItempType&)
|
||||||
|
|
||||||
void ReduceFunction(QFutureInterface<ReduceResultType>&, StateType&, const ItemType&)
|
void ReduceFunction(QFutureInterface<ReduceResultType>&, StateType&, const MapResultType&)
|
||||||
or
|
or
|
||||||
ReduceResultType ReduceFunction(StateType&, const ItemType&)
|
ReduceResultType ReduceFunction(StateType&, const MapResultType&)
|
||||||
|
|
||||||
void CleanUpFunction(QFutureInterface<ReduceResultType>&, StateType&)
|
void CleanUpFunction(QFutureInterface<ReduceResultType>&, StateType&)
|
||||||
or
|
or
|
||||||
|
|||||||
Reference in New Issue
Block a user