MCPcopy Create free account
hub / github.com/boostorg/compute / capacity

Method capacity

include/boost/compute/container/basic_string.hpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 size_type capacity() const
235 {
236 return m_data.capacity();
237 }
238
239 void shrink_to_fit()
240 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected