mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-18 10:06:54 +01:00
typos repaired
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@186 f6dd340e-d3f9-0310-b409-bdd246841980
This commit is contained in:
parent
5a0930620c
commit
2c19aba33d
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ const &value);)
|
|||
it() Description:
|
||||
itemization(
|
||||
it() The number of times tt(value) occurs in the iterator range
|
||||
rangett(first, last) is returned. To determine whether tt(value) is equal to
|
||||
an element in the iterator range tt(Type::operator==()) is used.
|
||||
rangett(first, last) is returned. Use tt(Type::operator==()) to determine
|
||||
whether tt(value) is equal to an element in the iterator range.
|
||||
)
|
||||
it() Example:
|
||||
verbinclude(stl/cc/count.cc)
|
||||
|
|
Loading…
Reference in a new issue