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

Method init

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

Source from the content-addressed store, hash-verified

85
86 // Implementation of the static initialization function
87 template<class T> void curl_interface<T>::init(const long flag) {
88 static global_initializer _instance {flag};
89 }
90
91 // Implementation of the singleton initializer
92 template<class T> curl_interface<T>::global_initializer::global_initializer(const long flag) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected