MCPcopy Create free account
hub / github.com/Tessil/ordered-map / destroy

Method destroy

tests/custom_allocator_tests.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 template <typename U>
92 void destroy(U* p) {
93 p->~U();
94 }
95};
96
97template <class T, class U>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected