| 52 | // Definition of CURLINFO_* constants) |
| 53 | namespace detail_info { |
| 54 | template <CURLINFO> struct info_t; |
| 55 | template <CURLINFO info> using Info_type = typename info_t<info>::type; |
| 56 | // Last URL used |
| 57 | CURLCPP_DEFINE_INFO(CURLINFO_EFFECTIVE_URL,char *); |
nothing calls this directly
no outgoing calls
no test coverage detected