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

Class rebind

tests/custom_allocator_tests.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected