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

Method destruct

extras/tests/catch/catch.hpp:7419–7422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7417
7418 template <bool AllowManualDestruction = !Destruct>
7419 typename std::enable_if<AllowManualDestruction>::type destruct()
7420 {
7421 stored_object().~T();
7422 }
7423
7424 private:
7425 // If this is a constructor benchmark, destruct the underlying object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected