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

Method get_formatted

src/cookie_date.cpp:70–74  ·  view source on GitHub ↗

Implementation of get_formatted method.

Source from the content-addressed store, hash-verified

68
69// Implementation of get_formatted method.
70std::string curl::cookie_date::get_formatted() NOEXCEPT {
71 ostringstream stream;
72 stream<<this->week_day<<", "<<this->day<<"-"<<this->month<<"-"<<this->year;
73 return stream.str();
74}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected