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

Method destroy

example/http/server/fast/fields_alloc.hpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176 template<class U>
177 void
178 destroy(U* ptr)
179 {
180 ptr->~U();
181 }
182#endif
183
184 template<class U>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected