MCPcopy Create free account
hub / github.com/Tencent/rapidjson / ~GenericArray

Method ~GenericArray

include/rapidjson/document.h:2455–2455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2453 GenericArray(const GenericArray& rhs) : value_(rhs.value_) {}
2454 GenericArray& operator=(const GenericArray& rhs) { value_ = rhs.value_; return *this; }
2455 ~GenericArray() {}
2456
2457 SizeType Size() const { return value_.Size(); }
2458 SizeType Capacity() const { return value_.Capacity(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected