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

Method add

include/curl_easy.h:1093–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091
1092 // Implementation of overloaded add method.
1093 template<typename Iterator> void curl_easy::add(Iterator begin, const Iterator end) {
1094 for (; begin != end; ++begin) {
1095 this->add(*begin);
1096 }
1097 }
1098
1099 // Implementation of overloaded add method.
1100 template <CURLoption Opt> void curl_easy::add(detail::Option_type<Opt> val) {

Callers 1

curl_easyMethod · 0.95

Calls 3

curl_easy_exceptionClass · 0.85
firstMethod · 0.45
secondMethod · 0.45

Tested by

no test coverage detected