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

Class info_t

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

Source from the content-addressed store, hash-verified

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 *);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected