Dune Core Modules (2.3.1)
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 >
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:
- dune/common/typetraits.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)