MCPcopy Create free account
hub / github.com/Profactor/cv-plot / ObjectStorage

Method ObjectStorage

CvPlot/ext/catch2/inc/catch.hpp:7329–7329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7327 using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type;
7328
7329 ObjectStorage() : data() {}
7330
7331 ObjectStorage(const ObjectStorage& other)
7332 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected