MCPcopy Create free account
hub / github.com/RenderKit/oidn / ObjectStorage

Method ObjectStorage

external/catch.hpp:7389–7389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7387 using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type;
7388
7389 ObjectStorage() : data() {}
7390
7391 ObjectStorage(const ObjectStorage& other)
7392 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected