Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Owned
Method
Owned
common/memory.h:1248–1249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1246
template <typename T>
1247
template <typename U, typename>
1248
Owned<T>::Owned(Borrowed<U> other) noexcept
1249
: Owned(other.value_, Owner(other.borrower_)) {}
1250
1251
template <typename T>
1252
template <typename U, typename>
Callers
nothing calls this directly
Calls
1
Owner
Function · 0.85
Tested by
no test coverage detected