Clarified the wording for the return value of count
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
588066b7a3
commit
cea15ffc7e
@ -183,7 +183,7 @@ Removes all elements from the hash map.
|
||||
\constfunc{size\_type}{count}{\param{const key\_type\&}{ key}}
|
||||
|
||||
Counts the number of elements with the given key present in the map.
|
||||
This function can actually return 0 or 1.
|
||||
This function returns only 0 or 1.
|
||||
|
||||
\membersection{wxHashMap::empty}\label{wxhashmapempty}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user