MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / destruct

Method destruct

external/include/ringbuffer.hpp:590–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588
589 private:
590 static void destruct (pointer p)
591 noexcept (std::is_nothrow_destructible <value_type>::value)
592 {
593 p->~value_type ();
594 }
595
596 public:
597 ~ringbuffer (void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected