memusage::DynamicUsage

Dynamic memory usage of a raw pointer-to-const is zero (the pointee is not owned).

Synopsis

Declared in <memusage.h>

template<typename X>
static
size_t
DynamicUsage(X const const*& v);

Return Value

Always 0.

Parameters

NameDescription
vThe pointer whose dynamic usage is queried.