MCPcopy Create free account
hub / github.com/Codesire-Deng/co_context / stateful_allocator

Method stateful_allocator

test/generator_test.cpp:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 int id;
227
228 explicit stateful_allocator(int id) noexcept : id(id) {}
229
230 template<typename U>
231 stateful_allocator(const stateful_allocator<U> &x) : id(x.id) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected