ΒΆtemplate <typename Container>
void DeleteContainerPointers(Container& C)

Description

For a container of pointers, deletes the pointers and then clears the container.

Declared at: llvm/include/llvm/ADT/STLExtras.h:1145

Templates

Container

Parameters

Container& C