Dynamic memory used by a set's tree nodes.

Synopsis

Declared in <memusage.h>

template<
    typename X,
    typename Y>
static
size_t
DynamicUsage(std::set<X, Y> const& s);

Return Value

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

Parameters

Name

Description

s

The set to measure.

Created with MrDocs