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:
|
it() Description:
|
||||||
itemization(
|
itemization(
|
||||||
it() The number of times tt(value) occurs in the iterator range
|
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
|
rangett(first, last) is returned. Use tt(Type::operator==()) to determine
|
||||||
an element in the iterator range tt(Type::operator==()) is used.
|
whether tt(value) is equal to an element in the iterator range.
|
||||||
)
|
)
|
||||||
it() Example:
|
it() Example:
|
||||||
verbinclude(stl/cc/count.cc)
|
verbinclude(stl/cc/count.cc)
|
||||||
|
|
Loading…
Reference in a new issue