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

Method get_version_number

include/curl_info.h:144–146  ·  view source on GitHub ↗

Implementation of get_version_number method.

Source from the content-addressed store, hash-verified

142
143 // Implementation of get_version_number method.
144 inline unsigned int curl_info::get_version_number() const NOEXCEPT {
145 return this->version->version_num;
146 }
147
148 // Implementation of get_features method.
149 inline int curl_info::get_features() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected