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

Method get_month

src/cookie_date.cpp:60–62  ·  view source on GitHub ↗

Implementation of get_month method.

Source from the content-addressed store, hash-verified

58
59// Implementation of get_month method.
60std::string curl::cookie_date::get_month() const NOEXCEPT {
61 return this->month;
62}
63
64// Implementation of get_year method.
65unsigned int curl::cookie_date::get_year() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected