MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / construct

Method construct

Libraries/FileSystemWatcher/FileSystemWatcher.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50//! [OpaqueDefinition2Snippet]
51template <>
52void SC::FileSystemWatcher::InternalOpaque::construct(Handle& buffer)
53{
54 placementNew(buffer.reinterpret_as<Object>());
55}
56template <>
57void SC::FileSystemWatcher::InternalOpaque::destruct(Object& obj)
58{

Callers

nothing calls this directly

Calls 1

placementNewFunction · 0.85

Tested by

no test coverage detected