Skip to content
Snippets Groups Projects
Commit d3b02e41 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[ForEachValue] Document that iteration is in ascending order, so that people

using the class can rely on that.

[[Imported from SVN: r6195]]
parent bb7346e5
Branches
Tags
No related merge requests found
......@@ -1349,7 +1349,8 @@ namespace Dune {
* Compile-time constructs that allows to process all elements in a tuple.
* The exact operation performed on an element is defined by a function
* object, which needs to implement a visit method which is applicable to
* all storage elements of a tuple.
* all storage elements of a tuple. Each tuple element is visited once, and
* the iteration is done in ascending order.
*
* The following example implements a function object which counts the
* elements in a tuple
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment