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

Method get_day

src/cookie_date.cpp:55–57  ·  view source on GitHub ↗

Implementation of get_day method.

Source from the content-addressed store, hash-verified

53
54// Implementation of get_day method.
55unsigned int curl::cookie_date::get_day() const NOEXCEPT {
56 return this->day;
57}
58
59// Implementation of get_month method.
60std::string curl::cookie_date::get_month() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected