Dummy struct used for documentation purposes.
More...
#include <dune/common/documentation.hh>
Dummy struct used for documentation purposes.
This struct can be used for documenting interfaces. One example would be:
template<class T>
class SomeTraits {
"Sorry, SomeTraits must be specialized for all types");
public:
};
#ifndef DOXYGEN
template<>
struct SomeTraits<int>
typedef ... type;
};
#endif
Dummy struct used for documentation purposes.
Definition documentation.hh:39
template mapping a type to std::false_type
Definition type_traits.hh:59
- See also
- implementationDefined
The documentation for this struct was generated from the following file: