[#absl-c_push_heap-0f] = xref:absl.adoc[absl]::c_push_heap :relfileprefix: ../ :mrdocs: Container‐based version of the <algorithm> `std::push_heap()` function to push a value onto a container heap. == Synopsis Declared in `<absl/algorithm/container.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename RandomAccessContainer> constexpr void c_push_heap(RandomAccessContainer& sequence); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sequence* | The heap container whose last element is pushed onto the heap. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#