Skip to content
Snippets Groups Projects
Commit 5032d160 authored by Oliver Sander's avatar Oliver Sander
Browse files

document some template parameters

[[Imported from SVN: r5244]]
parent 295866a0
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,10 @@ namespace Dune
/**
* @brief Base class for stl conformant forward iterators.
*
* \tparam T The derived class
* \tparam V The value type
* \tparam R The reference type
* \tparam D The type for differences between two iterators
*/
template<class T, class V, class R = V&, class D = std::ptrdiff_t>
class ForwardIteratorFacade :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment