The result class of the client operation stores the response data of the request or the error information of the client operation.
More...
#include <ssgx_http_t_client.h>
The result class of the client operation stores the response data of the request or the error information of the client operation.
◆ Result() [1/2]
| ssgx::http_t::Result::Result |
( |
| ) |
|
|
default |
◆ Result() [2/2]
| ssgx::http_t::Result::Result |
( |
std::unique_ptr< Response > && | res, |
|
|
const Error & | err ) |
|
inline |
◆ error()
| Error ssgx::http_t::Result::error |
( |
| ) |
const |
|
inlinenodiscard |
◆ operator bool()
| ssgx::http_t::Result::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator!=()
| bool ssgx::http_t::Result::operator!= |
( |
std::nullptr_t | | ) |
const |
|
inline |
◆ operator*() [1/2]
| Response & ssgx::http_t::Result::operator* |
( |
| ) |
|
|
inline |
◆ operator*() [2/2]
| const Response & ssgx::http_t::Result::operator* |
( |
| ) |
const |
|
inline |
◆ operator->() [1/2]
| Response * ssgx::http_t::Result::operator-> |
( |
| ) |
|
|
inline |
◆ operator->() [2/2]
| const Response * ssgx::http_t::Result::operator-> |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool ssgx::http_t::Result::operator== |
( |
std::nullptr_t | | ) |
const |
|
inline |
◆ value() [1/2]
| Response & ssgx::http_t::Result::value |
( |
| ) |
|
|
inline |
◆ value() [2/2]
| const Response & ssgx::http_t::Result::value |
( |
| ) |
const |
|
inlinenodiscard |
The documentation for this class was generated from the following file: