Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ clone
Method
clone
support/DeepCopy.h:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
144
private:
145
deep_unique_ptr clone() const
146
{
147
return {_copy(_val.get()), CopyFunc(_copy)};
148
}
149
std::unique_ptr<Base> _val{nullptr};
150
CopyFunc _copy{};
151
};
Callers
1
deep_unique_ptr
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected