gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Minor doc improvements.
0 1 0
default
1 file changed with 5 insertions and 4 deletions:
↑ Collapse diff ↑
Show white space 2 line context
... ...
@@ -50,2 +50,3 @@
50 50

	
51
      /// Returns the value associated with a key.
51 52
      /// \bug Value shouldn't need to be default constructible.
... ...
@@ -115,3 +116,3 @@
115 116

	
116
    /// Read/Writable map concept
117
    /// Read/writable map concept
117 118
    
... ...
@@ -148,2 +149,3 @@
148 149
    ///
150
    /// \todo Rethink this concept.
149 151
    template<typename K, typename T, typename R, typename CR>
... ...
@@ -167,5 +169,5 @@
167 169

	
168
      ///Returns a reference to the value associated to a key.
170
      ///Returns a reference to the value associated with a key.
169 171
      Reference operator[](const Key &) { return tmp; }
170
      ///Returns a const reference to the value associated to a key.
172
      ///Returns a const reference to the value associated with a key.
171 173
      ConstReference operator[](const Key &) const { return tmp; }
... ...
@@ -174,3 +176,2 @@
174 176

	
175
      /// \todo Rethink this concept. 
176 177
      template<typename _ReferenceMap>
0 comments (0 inline)