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