Dune Core Modules (2.4.2)

Dune::TypeTraits< T > Class Template Reference

General type traits class to check whether type is reference or pointer type. More...

#include <dune/common/typetraits.hh>

Detailed Description

template<typename T>
class Dune::TypeTraits< T >

General type traits class to check whether type is reference or pointer type.

Deprecated:
This class will be replaced by alternatives found in the C++11 stl.
  • Use is_pointer<T>::value instead of TypeTraits<T>::isPointer
  • Use is_lvalue_reference<T>::value instead of TypeTraits<T>::isReference
  • Use remove_pointer<T>::type instead of TypeTraits<T>::PointeeType
  • Use remove_reference<T>::type instead of TypeTraits<T>::ReferredType

The documentation for this class 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)