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:
Kevin Hock 2004-11-10 21:16:33 +00:00
parent 588066b7a3
commit cea15ffc7e

View File

@ -183,7 +183,7 @@ Removes all elements from the hash map.
\constfunc{size\_type}{count}{\param{const key\_type\&}{ key}} \constfunc{size\_type}{count}{\param{const key\_type\&}{ key}}
Counts the number of elements with the given key present in the map. 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} \membersection{wxHashMap::empty}\label{wxhashmapempty}