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

[RandomAccessIteratorFacade] Also document the elementAt() is a required

method.

[[Imported from SVN: r6155]]
parent c20663e4
Branches
Tags
No related merge requests found
......@@ -438,6 +438,8 @@ namespace Dune
*
* // Access the value referred to.
* Reference dereference() const;
* // Access the value at some other location
* Reference elementAt(n) const;
*
* // Compare for equality with j
* equals(i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment