Changeset 1367:a490662291b9 in lemon-0.x for src/lemon/concept/maps.h
- Timestamp:
- 04/18/05 16:59:24 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1812
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/concept/maps.h
r1359 r1367 77 77 78 78 /// Sets the value associated with a key. 79 void set(const Key & k,const Value &t) {}79 void set(const Key &,const Value &) {} 80 80 81 81 ///Default constructor … … 115 115 116 116 /// Returns the value associated with a key. 117 Value operator[](const Key & k) const {return Value();}117 Value operator[](const Key &) const {return Value();} 118 118 /// Sets the value associated with a key. 119 void set(const Key & k,const Value &t) {}119 void set(const Key & ,const Value &) {} 120 120 121 121 template<typename _ReadWriteMap>
Note: See TracChangeset
for help on using the changeset viewer.