dune-common 2.9.0
|
Selector for the property map type. More...
#include <dune/common/propertymap.hh>
Public Types | |
typedef T | Tag |
the tag identifying the property. | |
typedef C | Container |
The container type to whose entries the properties are attached. | |
Selector for the property map type.
If present the type of the property map is accessible via the typedef Type.
typedef C Dune::PropertyMapTypeSelector< T, C >::Container |
The container type to whose entries the properties are attached.
typedef T Dune::PropertyMapTypeSelector< T, C >::Tag |
the tag identifying the property.