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

Method allocator

test/system_timer.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 };
278
279 explicit allocator(int* count) noexcept
280 : count_(count)
281 {
282 }
283
284 allocator(const allocator& other) noexcept
285 : count_(other.count_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected