MCPcopy Create free account
hub / github.com/Adlik/Adlik / getValue

Method getValue

cub/array/array.h:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 T* getValue() const {
58 return &(elem->getRef());
59 }
60
61 Iterator operator++(int) {
62 Iterator i = *this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected