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

Method get_features

include/curl_info.h:149–151  ·  view source on GitHub ↗

Implementation of get_features method.

Source from the content-addressed store, hash-verified

147
148 // Implementation of get_features method.
149 inline int curl_info::get_features() const NOEXCEPT {
150 return this->version->features;
151 }
152
153 // Implementation of get_ares_number method.
154 inline int curl_info::get_ares_number() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected