Definition at line 234 of file http_client.cpp.
◆ operator()() [1/3]
bool fc::http_client_impl::check_closed_visitor::operator() |
( |
const raw_socket_ptr & | ptr | ) |
const |
|
inline |
◆ operator()() [2/3]
bool fc::http_client_impl::check_closed_visitor::operator() |
( |
const ssl_socket_ptr & | ptr | ) |
const |
|
inline |
Definition at line 239 of file http_client.cpp.
239 {
240 return !ptr->lowest_layer().is_open();
241 }
◆ operator()() [3/3]
bool fc::http_client_impl::check_closed_visitor::operator() |
( |
const unix_socket_ptr & | ptr | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: