MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / capacity

Method capacity

include/jsoncons/json_array.hpp:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 std::size_t size() const {return elements_.size();}
137
138 std::size_t capacity() const {return elements_.capacity();}
139
140 void clear() {elements_.clear();}
141

Callers 5

reserve_array_capacityFunction · 0.45
capacityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected