MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / multi_deleter

Class multi_deleter

include/curl_multi.h:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 CURLM *get_curl() const;
322 private:
323 struct multi_deleter {
324 void operator()(CURLM* ptr) const;
325 };
326
327 using multi_ptr = std::unique_ptr<CURLM, multi_deleter>;
328

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected