Contents

getCapacityIncrement

Returns the storage increment of the set.

Declaration

virtual unsigned int getCapacityIncrement() const;

Return Value

The storage increment of the set.

Overview

An OSSet allocates storage for objects in multiples of the capacity increment.

See Also

Miscellaneous