|
|
using | Content = T |
| |
|
using | StatusCode = TStatusCode |
| |
|
|
constexpr bool | IsOk () const noexcept |
| |
|
constexpr bool | IsErr () const noexcept |
| |
|
constexpr bool | operator== (Result< T > const &rhs) const noexcept |
| |
|
constexpr const Content & | Unwrap () const noexcept |
| |
|
std::string_view | ToString () const noexcept |
| |
|
constexpr | Result (StatusCode status_code, Content content) noexcept |
| |
|
constexpr | Result (Result &&r) noexcept=default |
| |
|
constexpr | Result (const Result &r) noexcept=default |
| |
|
constexpr Result & | operator= (Result &&r)=delete |
| |
|
constexpr Result & | operator= (const Result &r)=delete |
| |
|
|
const StatusCode | status_code |
| |
|
const Content | content |
| |
The documentation for this struct was generated from the following file: