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

Method get_formatted

src/cookie_datetime.cpp:36–38  ·  view source on GitHub ↗

Implementation of get method.

Source from the content-addressed store, hash-verified

34
35// Implementation of get method.
36std::string curl::cookie_datetime::get_formatted() NOEXCEPT {
37 return this->date.get_formatted()+" "+this->time.get_formatted();
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected