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

Method get_week_day

src/cookie_date.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::string curl::cookie_date::get_week_day() const NOEXCEPT {
51 return this->week_day;
52}
53
54// Implementation of get_day method.
55unsigned int curl::cookie_date::get_day() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected