Contents

ensureCapacity

Allocates capacity for members in dictionary.

Declaration

virtual uint32_t ensureCapacity(uint32_t newCapacity);

Parameters

  • newCapacity:

    Count of allocated capacity for members in dictionary.

Return Value

New count of capacity for members in dictionary, may return prior capacity on failure.

See Also

Inspecting a Dictionary