Dune::Int2Type< N > Struct Template Reference
#include <misc.hh>
List of all members.
Detailed Description
template<int N>
struct Dune::Int2Type< N >
Map an integer value to a type.
This comes in handy if one tries to emulate member function specialization. The idea how to do it is presented in "Modern C++ Design" by Alexandrescu.
The documentation for this struct was generated from the following file: