MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / ObjectStorage

Method ObjectStorage

deps/Catch/catch.hpp:7396–7396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7394 using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type;
7395
7396 ObjectStorage() : data() {}
7397
7398 ObjectStorage(const ObjectStorage& other)
7399 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected