MCPcopy 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

1246template <typename T>
1247template <typename U, typename>
1248Owned<T>::Owned(Borrowed<U> other) noexcept
1249 : Owned(other.value_, Owner(other.borrower_)) {}
1250
1251template <typename T>
1252template <typename U, typename>

Callers

nothing calls this directly

Calls 1

OwnerFunction · 0.85

Tested by

no test coverage detected