Dune Core Modules (2.4.2)

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 >

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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 29, 22:29, 2024)