MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / construct

Method construct

extras/tests/catch/catch.hpp:7413–7416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7411
7412 template <typename... Args>
7413 void construct(Args&&... args)
7414 {
7415 new (&data) T(std::forward<Args>(args)...);
7416 }
7417
7418 template <bool AllowManualDestruction = !Destruct>
7419 typename std::enable_if<AllowManualDestruction>::type destruct()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected