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

Function make_formoption

include/curl_option.h:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 template <class V>
42 inline curl_pair<CURLformoption, V>
43 make_formoption(const CURLformoption opt, const V &val)
44 {
45 return curl_pair<CURLformoption, V>(opt, val);
46 }
47} // of namespace curl
48
49#endif /* defined(CURLCPP_CURL_OPTION_H) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected