Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::remove_pointer< _Tp > Struct Template Reference
Return the type a pointer type points to. More...
#include <dune/common/typetraits.hh>
Detailed Description
template<typename _Tp>
struct Dune::remove_pointer< _Tp >
struct Dune::remove_pointer< _Tp >
Return the type a pointer type points to.
- Note
- When the argument T is not a pointer, TypeTraits::PointeeType returns Dune::Empty, while Dune::remove_pointer (as std::remove_pointer), returns T itself.
The documentation for this struct was generated from the following file:
- dune/common/typetraits.hh
