memusage::DynamicUsage

Dynamic memory used by an indirectmap's tree nodes.

Synopsis

Declared in <memusage.h>

template<
    typename X,
    typename Y>
static
size_t
DynamicUsage(indirectmap<X, Y> const& m);

Return Value

The bytes allocated for all of the map's nodes.

Parameters

NameDescription
mThe indirectmap to measure.