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

Method construct

Utilities/cmcppdap/src/typeof.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 inline size_t size() const override { return sizeof(null); }
47 inline size_t alignment() const override { return alignof(null); }
48 inline void construct(void* ptr) const override { new (ptr) null(); }
49 inline void copyConstruct(void* dst, const void* src) const override {
50 new (dst) null(*reinterpret_cast<const null*>(src));
51 }

Callers 3

processRequestMethod · 0.45
processEventMethod · 0.45
processResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected