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

Method address

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

Source from the content-addressed store, hash-verified

60 custom_allocator(const custom_allocator<U>&) {}
61
62 pointer address(reference x) const noexcept { return &x; }
63
64 const_pointer address(const_reference x) const noexcept { return &x; }
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected