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

Method allocator

test/deadline_timer.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 };
271
272 explicit allocator(int* count) noexcept
273 : count_(count)
274 {
275 }
276
277 allocator(const allocator& other) noexcept
278 : count_(other.count_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected