dune-common  2.7.0
Public Types | Public Attributes | List of all members
Dune::PropertyMapTraits< const T * > Struct Template Reference

#include <dune/common/propertymap.hh>

Public Types

typedef T ValueType
 
typedef std::ptrdiff_t KeyType
 
typedef LvaluePropertyMapTag Category
 

Public Attributes

const typedef ValueTypeReference
 

Member Typedef Documentation

◆ Category

template<class T >
typedef LvaluePropertyMapTag Dune::PropertyMapTraits< const T * >::Category

◆ KeyType

template<class T >
typedef std::ptrdiff_t Dune::PropertyMapTraits< const T * >::KeyType

◆ ValueType

template<class T >
typedef T Dune::PropertyMapTraits< const T * >::ValueType

Member Data Documentation

◆ Reference

template<class T >
const typedef ValueType& Dune::PropertyMapTraits< const T * >::Reference

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