MCPcopy Create free account
hub / github.com/ablab/spades / capacity

Method capacity

ext/include/cppformat/format.h:263–263  ·  view source on GitHub ↗

Returns the capacity of this buffer.

Source from the content-addressed store, hash-verified

261
262 // Returns the capacity of this buffer.
263 std::size_t capacity() const { return capacity_; }
264
265 // Resizes the buffer. If T is a POD type new elements are not initialized.
266 void resize(std::size_t new_size) {

Callers 2

write_doubleMethod · 0.45
emplace_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected