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

Method construct

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

Source from the content-addressed store, hash-verified

7342
7343 template <typename... Args>
7344 void construct(Args&&... args)
7345 {
7346 new (&data) T(std::forward<Args>(args)...);
7347 }
7348
7349 template <bool AllowManualDestruction = !Destruct>
7350 typename std::enable_if<AllowManualDestruction>::type destruct()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected