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

Method operator==

src/curl_easy.cpp:63–65  ·  view source on GitHub ↗

Implementation of equality operator overload.

Source from the content-addressed store, hash-verified

61
62// Implementation of equality operator overload.
63bool curl_easy::operator==(const curl_easy &easy) const {
64 return this->curl == easy.curl;
65}
66
67// Implementation of destructor.
68curl_easy::~curl_easy() NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected