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>

template<typename RandomAccessContainer>
constexpr
void
c_pop_heap(RandomAccessContainer& sequence);

Parameters

Name

Description

sequence

The heap container to pop from.

Created with MrDocs