[#absl-chunked_queue-iterator_common-IncrBy] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::xref:absl/chunked_queue.adoc[iterator_common]::IncrBy :relfileprefix: ../../../ :mrdocs: Advances the iterator by `n` elements. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void IncrBy(size_t n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | The number of elements to advance by. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#