MCPcopy Create free account
hub / github.com/apache/qpid-proton / invocable_wrapper

Method invocable_wrapper

cpp/include/proton/work_queue.hpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64struct invocable_wrapper {
65 invocable_wrapper(): wrapped_(0) {}
66 invocable_wrapper(const invocable_wrapper& w): wrapped_(&w.wrapped_->clone()) {}
67 invocable_wrapper& operator=(const invocable_wrapper& that) {
68 invocable_wrapper newthis(that);

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected