MCPcopy Create free account
hub / github.com/chronoxor/CppServer / swap

Method swap

include/server/http/http_request.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 //! Swap two instances
172 void swap(HTTPRequest& request) noexcept;
173 friend void swap(HTTPRequest& request1, HTTPRequest& request2) noexcept { request1.swap(request2); }
174
175private:
176 // HTTP request error flag

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected