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

Method get_datetime

src/cookie.cpp:156–158  ·  view source on GitHub ↗

Implementation of get_datetime method.

Source from the content-addressed store, hash-verified

154
155// Implementation of get_datetime method.
156curl::cookie_datetime curl::cookie::get_datetime() const NOEXCEPT {
157 return this->datetime;
158}
159
160// Implementation of get_formatted method.
161string curl::cookie::get_formatted() NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected