mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
16 lines
465 B
Text
16 lines
465 B
Text
hi(iter_swap)
|
|
itemization(
|
|
it() Header file: tt(<algorithm>)
|
|
it() Function prototype:
|
|
itemization(
|
|
itt(void iter_swap(ForwardIterator1 iter1,
|
|
ForwardIterator2 iter2);)
|
|
)
|
|
it() Description:
|
|
itemization(
|
|
it() The elements pointed to by tt(iter1) and tt(iter2) are
|
|
swapped.
|
|
)
|
|
it() Example:
|
|
verbinclude(-a examples/iterswap.cc)
|
|
)
|