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

Function make_option

include/curl_option.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace curl {
34 template <class V>
35 inline curl_pair<CURLoption, V>
36 make_option(const CURLoption opt, const V &val)
37 {
38 return curl_pair<CURLoption, V>(opt, val);
39 }
40
41 template <class V>
42 inline curl_pair<CURLformoption, V>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected