|
tlx
|
#include <vector>Go to the source code of this file.
Namespaces | |
| tlx | |
Functions | |
| template<typename Type > | |
| void | vector_free (std::vector< Type > &v) |
| Simple method to free the underlying memory in a vector, because .clear() need not do it. More... | |