Changeset 1223:decf8076d63c in lemon-0.x for src/lemon/maps.h
- Timestamp:
- 03/17/05 11:46:57 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1643
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/maps.h
r1219 r1223 697 697 ///that is it provides an <tt>operator()</tt> to read its values. 698 698 /// 699 ///For the sake of convenience it also works as a ususal map, i.e 699 ///For the sake of convenience it also works as 700 ///a ususal \ref concept::ReadMap "readable map", i.e 700 701 ///<tt>operator[]</tt> and the \c Key and \c Value typedefs also exist. 701 702 … … 705 706 const M &m; 706 707 public: 708 typedef typename M::Key argument_type; 709 typedef typename M::Value result_type; 707 710 typedef typename M::Key Key; 708 711 typedef typename M::Value Value;
Note: See TracChangeset
for help on using the changeset viewer.