ConstMap< K, Const< V, v > > Class Template Reference
[Maps]
#include <lemon/maps.h>
List of all members.
Detailed Description
template<typename K, typename V, V v>
class lemon::lemon::ConstMap< K, Const< V, v > >
This is a
readable map which assigns a specified value to each key. In other aspects it is equivalent to
NullMap
.
|
Public Member Functions |
V | operator[] (const K &) const |
|
|
void | set (const K &, const V &) |
|
|
The documentation for this class was generated from the following file: