mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
17 lines
527 B
Text
17 lines
527 B
Text
hi(fill)
|
|
itemization(
|
|
it() Header file: tt(<algorithm>)
|
|
it() Function prototype:
|
|
itemization(
|
|
itt(void fill(ForwardIterator first, ForwardIterator last, Type
|
|
const &value);)
|
|
)
|
|
it() Description:
|
|
itemization(
|
|
it() all the elements implied by the iterator range
|
|
rangett(first, last) are initialized to tt(value), overwriting the previously
|
|
stored values.
|
|
)
|
|
it() Example:
|
|
verbinclude(-a examples/fill.cc)
|
|
)
|