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

Method curl_form

include/curl_form.h:128–130  ·  view source on GitHub ↗

Implementation of copy constructor.

Source from the content-addressed store, hash-verified

126
127 // Implementation of copy constructor.
128 inline curl_form::curl_form(const curl_form &form) : form_post(nullptr), last_ptr(nullptr) {
129 *this = form;
130 }
131
132 // Implementation of utility function to check if a pointer points to null.
133 template<typename T> inline void curl_form::is_null(const T *ptr) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected