MCPcopy Create free account
hub / github.com/Kitware/CMake / deserialize

Method deserialize

Utilities/cmcppdap/include/dap/typeof.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 reinterpret_cast<T*>(ptr)->~T();
41 }
42 inline bool deserialize(const Deserializer* d, void* ptr) const override {
43 return d->deserialize(reinterpret_cast<T*>(ptr));
44 }
45 inline bool serialize(Serializer* s, const void* ptr) const override {
46 return s->serialize(*reinterpret_cast<const T*>(ptr));
47 }

Callers 1

typeof.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected