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

Method context_allocator

example/cpp11/allocation/server.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 using value_type = T;
91
92 explicit context_allocator(context_memory& mem)
93 : memory_(mem)
94 {
95 }
96
97 template <typename U>
98 context_allocator(const context_allocator<U>& other) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected