dune-istl
2.7.0
|
A property map that extracts one property out of a bundle using operator[]() More...
#include <dune/istl/paamg/properties.hh>
Public Types | |
enum | { index = i } |
typedef C | Container |
The container that holds the properties. More... | |
typedef R | Reference |
The reference type of the container. More... | |
typedef K | Key |
The key of the property map. More... | |
typedef LvaluePropertyMapTag | Category |
The category of the property map. More... | |
Public Member Functions | |
Reference | operator[] (const Key &key) const |
Get the property for a key. More... | |
RandomAccessBundledPropertyMap (Container &container) | |
Constructor. More... | |
RandomAccessBundledPropertyMap () | |
The default constructor. More... | |
A property map that extracts one property out of a bundle using operator[]()
Using this access class properties can be stored in std::bitset.