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

Method curl_pair

include/curl_pair.h:50–50  ·  view source on GitHub ↗

* The two parameters constructor gives users a fast way to * build an object of this type. */

Source from the content-addressed store, hash-verified

48 * build an object of this type.
49 */
50 curl_pair(const T option, const K &value) : option(option), value(value) {};
51 /**
52 * Simple method that returns the first field of the pair.
53 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected