dune-common  2.3.1
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::__is_pointer_helper< typename > Struct Template Reference

#include <dune/common/typetraits.hh>

Inheritance diagram for Dune::__is_pointer_helper< typename >:
Dune::integral_constant< T, v >

Public Types

typedef T value_type
 type of value
typedef integral_constant< T, v > type
 type of this class itself

Public Member Functions

 operator value_type ()
 conversion to value_type/T

Static Public Attributes

static const T value = v
 value this type was generated for

Member Typedef Documentation

template<class T, T v>
typedef integral_constant<T,v> Dune::integral_constant< T, v >::type
inherited

type of this class itself

template<class T, T v>
typedef T Dune::integral_constant< T, v >::value_type
inherited

type of value

Member Function Documentation

template<class T, T v>
Dune::integral_constant< T, v >::operator value_type ( )
inlineinherited

conversion to value_type/T

Member Data Documentation

template<class T, T v>
const T Dune::integral_constant< T, v >::value = v
staticinherited

The documentation for this struct was generated from the following file: