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