MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / get

Method get

support/DeepCopy.h:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 Base *get() noexcept
115 {
116 return _val.get();
117 }
118 const Base *get() const noexcept
119 {
120 return _val.get();

Callers 6

gather_sourcesFunction · 0.45
operator==Method · 0.45
cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected