Dynamic memory used by a prevector's overflow buffer.
Synopsis
Declared in <memusage.h>
template<
unsigned int N,
typename X,
typename S,
typename D>
static
size_t
DynamicUsage(prevector<N, X, S, D> const& v);
Return Value
The bytes allocated outside the prevector's inline storage.
Parameters
Name |
Description |
v |
The prevector to measure. |
Created with MrDocs