Dynamic memory used by a vector's element buffer.
Declared in <memusage.h>
template<
typename T,
typename Allocator>
static
size_t
DynamicUsage(std::vector<T, Allocator> const& v);
The bytes allocated for the vector's capacity.
| Name | Description |
|---|---|
| v | The vector to measure. |