MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / ~global_initializer

Method ~global_initializer

include/curl_interface.h:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99 // Implementation of the singleton destructor
100 template<class T> curl_interface<T>::global_initializer::~global_initializer() {
101 curl_global_cleanup();
102 }
103}
104
105#endif /* defined(CURLCPP_CURL_INTERFACE_H) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected