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

Method second

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

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

Source from the content-addressed store, hash-verified

58 * Simple method that returns the second field of the pair.
59 */
60 inline K second() const NOEXCEPT {
61 return this->value;
62 }
63 private:
64 const T option;
65 const K &value;

Callers 3

addMethod · 0.45
addMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected