We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5f0b4 commit fcf31eaCopy full SHA for fcf31ea
avl_array.h
@@ -41,7 +41,7 @@
41
42
43
/**
44
- * \param Key The key type. The type (class) must provide a 'greater than' operator
+ * \param Key The key type. The type (class) must provide a 'less than' and 'equal to' operator
45
* \param T The Data type
46
* \param size_type Container size type
47
* \param Size Container size
@@ -203,7 +203,7 @@ class avl_array
203
204
205
* Insert or update an element
206
- * \param key The key to insert. If the key already exists it is updated
+ * \param key The key to insert. If the key already exists, it is updated
207
* \param val Value to insert or update
208
* \return True if the key was successfully inserted or updated, false if container is full
209
*/
0 commit comments