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:42
template which always yields a false value
Definition typetraits.hh:124
- See also
- implementationDefined
The documentation for this struct was generated from the following file: