MCPcopy Create free account
hub / github.com/HexHive/NASS / setCapacity

Method setCapacity

binderlib/include/utils/Vector.h:90–90  ·  view source on GitHub ↗

sets the capacity. capacity can never be reduced less than size()

Source from the content-addressed store, hash-verified

88 inline size_t capacity() const { return VectorImpl::capacity(); }
89 //! sets the capacity. capacity can never be reduced less than size()
90 inline ssize_t setCapacity(size_t size) { return VectorImpl::setCapacity(size); }
91
92 /*!
93 * set the size of the vector. items are appended with the default

Callers 2

unmarshallFilterFunction · 0.45
unmarshallFilterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected