SimpleMap< M > Class Template Reference
[Map Adaptors]
Detailed Description
template<typename M>
class lemon::SimpleMap< M >
This
read only map returns the simple wrapping of the given map. Sometimes the reference maps cannot be combined with simple read maps. This map adaptor wraps the given map to simple read map.
- See also:
- SimpleWriteMap
- Todo:
- Revise the misleading name
#include <lemon/maps.h>
List of all members.
|
Public Member Functions |
| SimpleMap (const M &_m) |
| Constructor.
|
Value | operator[] (Key k) const |
|
|
Related Functions |
(Note that these are not member functions.)
|
template<typename M > |
SimpleMap< M > | simpleMap (const M &m) |
| Returns a SimpleMap class.
|