[#memusage-IncrementalDynamicUsage-04] = xref:memusage.adoc[memusage]::IncrementalDynamicUsage :relfileprefix: ../ :mrdocs: Dynamic memory used by a single additional indirectmap node. == Synopsis Declared in `<memusage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename X, typename Y> static size_t IncrementalDynamicUsage(xref:indirectmap.adoc[indirectmap<X, Y>] const& m); ---- == Return Value The bytes allocated per map node. == Parameters [cols="1,4"] |=== | Name| Description | *m* | The indirectmap whose key/value types determine the node size. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#