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

Method get_date

src/cookie_datetime.cpp:31–33  ·  view source on GitHub ↗

Implementation of get_date method.

Source from the content-addressed store, hash-verified

29
30// Implementation of get_date method.
31curl::cookie_date curl::cookie_datetime::get_date() const NOEXCEPT {
32 return this->date;
33}
34
35// Implementation of get method.
36std::string curl::cookie_datetime::get_formatted() NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected