Dynamic memory used by an unordered_set's nodes and bucket array.
Declared in <memusage.h>
template<
typename X,
typename Y>
static
size_t
DynamicUsage(std::unordered_set<X, Y> const& s);
The bytes allocated for the nodes plus the bucket array.
| Name | Description |
|---|---|
| s | The unordered_set to measure. |