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

Method add

include/curl_header.h:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96 // Implementation of overloaded add method.
97 template<typename Iterator> void curl_header::add(Iterator begin, const Iterator end) {
98 for (; begin != end; ++begin) {
99 this->add(*begin);
100 }
101 }
102
103 /**
104 * Re-declaring template curl_pair, in case this is not in include path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected