MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / operator()

Method operator()

src/curl_multi.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using std::unique_ptr;
13
14void curl_multi::multi_deleter::operator()(CURLM* ptr) const {
15 curl_multi_cleanup(ptr);
16}
17
18curl_multi::curl_multi() : curl_multi(CURL_GLOBAL_ALL) {}
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected