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
Name |
Description |
m |
The indirectmap to measure. |
Created with MrDocs