MCPcopy Create free account
hub / github.com/boostorg/asio / destroy

Method destroy

test/system_timer.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316
317 void destroy(pointer p)
318 {
319 p->~T();
320 }
321
322 int* count_;
323 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected