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

Method destroy

tests/custom_allocator_tests.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected