... | ... |
@@ -21,13 +21,13 @@ |
21 | 21 |
|
22 | 22 |
#include <lemon/bits/utility.h> |
23 | 23 |
#include <lemon/concept_check.h> |
24 | 24 |
|
25 | 25 |
///\ingroup concept |
26 | 26 |
///\file |
27 |
///\brief |
|
27 |
///\brief The concept of maps. |
|
28 | 28 |
|
29 | 29 |
namespace lemon { |
30 | 30 |
|
31 | 31 |
namespace concepts { |
32 | 32 |
|
33 | 33 |
/// \addtogroup concept |
... | ... |
@@ -102,13 +102,13 @@ |
102 | 102 |
ignore_unused_variable_warning(own_key); |
103 | 103 |
ignore_unused_variable_warning(own_val); |
104 | 104 |
} |
105 | 105 |
const Key& key; |
106 | 106 |
const Value& val; |
107 | 107 |
const typename _WriteMap::Key& own_key; |
108 |
const typename _WriteMap::Value own_val; |
|
108 |
const typename _WriteMap::Value& own_val; |
|
109 | 109 |
_WriteMap& m; |
110 | 110 |
}; |
111 | 111 |
}; |
112 | 112 |
|
113 | 113 |
/// Read/writable map concept |
114 | 114 |
|
0 comments (0 inline)