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

Method construct

test/system_timer.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 void construct(pointer p, const T& v)
313 {
314 new (p) T(v);
315 }
316
317 void destroy(pointer p)
318 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected