MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / address

Method address

benchmarks/dlib/std_allocator.h:62–62  ·  view source on GitHub ↗

return address of values

Source from the content-addressed store, hash-verified

60
61 //return address of values
62 pointer address (reference value) const { return &value; }
63
64 const_pointer address (const_reference value) const { return &value; }
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected