Dynamic memory used by an indirectmap's tree nodes.
Declared in <memusage.h>
template<
typename X,
typename Y>
static
size_t
DynamicUsage(indirectmap<X, Y> const& m);
The bytes allocated for all of the map's nodes.
| Name | Description |
|---|---|
| m | The indirectmap to measure. |