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

Method capacity

include/jsoncons/json_object.hpp:463–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 std::size_t size() const {return members_.size();}
462
463 std::size_t capacity() const {return members_.capacity();}
464
465 void clear() {members_.clear();}
466

Callers 1

capacityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected