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

Method ~curl_interface

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

Source from the content-addressed store, hash-verified

82
83 // Implementation of the virtual destructor.
84 template<class T> curl_interface<T>::~curl_interface() = default;
85
86 // Implementation of the static initialization function
87 template<class T> void curl_interface<T>::init(const long flag) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected