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

Name

Description

v

The pointer whose dynamic usage is queried.

Created with MrDocs