Implementation of get method.
| 34 | |
| 35 | // Implementation of get method. |
| 36 | std::string curl::cookie_datetime::get_formatted() NOEXCEPT { |
| 37 | return this->date.get_formatted()+" "+this->time.get_formatted(); |
| 38 | } |
nothing calls this directly
no outgoing calls
no test coverage detected