Collection.size - multiple declarations

Function Collection.size

returns currently allocated capacity (may be more than length)

Prototype

size_t size() @property;

Function Collection.size

change capacity (e.g. to reserve big space to avoid multiple reallocations)

Prototype

void size(
  size_t newSize
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0