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

Method first

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

* Simple method that returns the first field of the pair. */

Source from the content-addressed store, hash-verified

52 * Simple method that returns the first field of the pair.
53 */
54 inline T first() const NOEXCEPT {
55 return this->option;
56 }
57 /**
58 * Simple method that returns the second field of the pair.
59 */

Callers 3

addMethod · 0.45
addMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected