mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@11254 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ac94ff5afb
commit
40f37d5126
2 changed files with 18 additions and 15 deletions
|
|
@ -7,7 +7,7 @@ void CoAlgoTutorial()
|
|||
/// U++ provides a parallel versions of algorithms where it makes sense. The naming scheme
|
||||
/// is 'Co' prefix before the name of algorithm designates the parallel version.
|
||||
|
||||
/// So the parallel version of e.g. `FindIndex` is `CoFindIndex`, for 'Sort' it is 'CoSort':
|
||||
/// So the parallel version of e.g. `FindIndex` is `CoFindIndex`, for `Sort` it is `CoSort`:
|
||||
|
||||
Vector<String> x{ "zero", "one", "two", "three", "four", "five" };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue