Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ construct
Method
construct
test/deadline_timer.cpp:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
void construct(pointer p, const T& v)
306
{
307
new (p) T(v);
308
}
309
310
void destroy(pointer p)
311
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected