[#absl-c_pop_heap-0f] = xref:absl.adoc[absl]::c_pop_heap :relfileprefix: ../ :mrdocs: Overload of `c_pop_heap()` for performing a pop operation on a heap using a `comp` other than `operator<`. == Synopsis Declared in `<absl/algorithm/container.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename RandomAccessContainer, typename LessThan> constexpr void c_pop_heap( RandomAccessContainer& sequence, LessThan&& comp); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sequence* | The heap container to pop from. | *comp* | The comparison used to order the heap. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#