ΒΆtemplate <typename Container>
void DeleteContainerSeconds(Container& C)
template <typename Container>
void DeleteContainerSeconds(Container& C)
Description
In a container of pairs (usually a map) whose second element is a pointer, deletes the second elements and then clears the container.
Declared at: llvm/include/llvm/ADT/STLExtras.h:1154
Templates
- Container
Parameters
- Container& C