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

Class option_t

include/curl_easy.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 // Detail namespace
156 namespace detail {
157 template <CURLoption> struct option_t;
158 template <CURLoption opt> using Option_type = typename option_t<opt>::type;
159 CURLCPP_DEFINE_OPTION(CURLOPT_WRITEDATA, void*);
160 /* The full URL to get/put */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected