equal
deleted
inserted
replaced
10 \code |
10 \code |
11 typedef Edge Key; |
11 typedef Edge Key; |
12 typedef double Value; |
12 typedef double Value; |
13 \endcode |
13 \endcode |
14 |
14 |
15 A map can \e readable (\ref lemon::concept::ReadMap "ReadMap", for short), |
15 A map can be |
|
16 \e readable (\ref lemon::concept::ReadMap "ReadMap", for short), |
16 \e writable (\ref lemon::concept::WriteMap "WriteMap") or both |
17 \e writable (\ref lemon::concept::WriteMap "WriteMap") or both |
17 (\ref lemon::concept::ReadWriteMap "ReadWriteMap"). |
18 (\ref lemon::concept::ReadWriteMap "ReadWriteMap"). |
18 There also exists a special type of |
19 There also exists a special type of |
19 ReadWrite map called \ref lemon::concept::ReferenceMap "reference map". |
20 ReadWrite map called \ref lemon::concept::ReferenceMap "reference map". |
20 In addition that you can |
21 In addition that you can |