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

Method address

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected