Skip to content
Snippets Groups Projects
Commit fa538013 authored by Markus Blatt's avatar Markus Blatt
Browse files

Docu

[[Imported from SVN: r4955]]
parent 38e15da8
No related branches found
No related tags found
No related merge requests found
......@@ -476,7 +476,10 @@ namespace Dune
template<class T>
struct Size
{
enum { value=Size<typename T::FirstPair>::value};
enum {
// @brief The number of Elements in the tuple.
value=Size<typename T::FirstPair>::value
};
};
......
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