MCPcopy Create free account
hub / github.com/Tessil/robin-map / rebind

Class rebind

tests/custom_allocator_tests.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 template <typename U>
52 struct rebind {
53 using other = custom_allocator<U>;
54 };
55
56 custom_allocator() = default;
57 custom_allocator(const custom_allocator&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected