Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ ssl_domain
Method
ssl_domain
cpp/src/ssl_options.cpp:184–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
};
183
184
ssl_domain::ssl_domain(const ssl_domain& x): impl_(x.impl_) { if (impl_) impl_->incref(); }
185
ssl_domain& ssl_domain::operator=(const ssl_domain& x) {
186
if (&x != this) {
187
if (impl_) impl_->decref();
Callers
nothing calls this directly
Calls
1
incref
Method · 0.45
Tested by
no test coverage detected