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