[#memusage-DynamicUsage-051] = xref:memusage.adoc[memusage]::DynamicUsage :relfileprefix: ../ :mrdocs: Dynamic memory used by an unordered_set's nodes and bucket array. == Synopsis Declared in `<memusage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename X, typename Y> static size_t DynamicUsage(std::unordered_set<X, Y> const& s); ---- == Return Value The bytes allocated for the nodes plus the bucket array. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The unordered_set to measure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#