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

Method GenericArray

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

Source from the content-addressed store, hash-verified

2451 friend class GenericValue;
2452
2453 GenericArray(const GenericArray& rhs) : value_(rhs.value_) {}
2454 GenericArray& operator=(const GenericArray& rhs) { value_ = rhs.value_; return *this; }
2455 ~GenericArray() {}
2456

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected