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

Method get_time

src/cookie_datetime.cpp:26–28  ·  view source on GitHub ↗

Implementation of get_time method.

Source from the content-addressed store, hash-verified

24
25// Implementation of get_time method.
26curl::cookie_time curl::cookie_datetime::get_time() const NOEXCEPT {
27 return this->time;
28}
29
30// Implementation of get_date method.
31curl::cookie_date curl::cookie_datetime::get_date() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected