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

Method Person

example/serialize/serialize.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class Person {
12public:
13 Person(const std::string& name, unsigned age) : name_(name), age_(age) {}
14 Person(const Person& rhs) : name_(rhs.name_), age_(rhs.age_) {}
15 virtual ~Person();
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected