MCPcopy Create free account
hub / github.com/Kitware/VTK / Comments

Method Comments

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3815–3816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3813bool Value::isObject() const { return type() == objectValue; }
3814
3815Value::Comments::Comments(const Comments& that)
3816 : ptr_{cloneUnique(that.ptr_)} {}
3817
3818Value::Comments::Comments(Comments&& that) noexcept
3819 : ptr_{std::move(that.ptr_)} {}

Callers

nothing calls this directly

Calls 1

cloneUniqueFunction · 0.85

Tested by

no test coverage detected