| 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) */ |
nothing calls this directly
no outgoing calls
no test coverage detected