#include <Result.h>
|
| | operator bool () const noexcept |
| | Whether it is an error.
|
| |
| bool | has_error () const noexcept |
| | Whether it is an error.
|
| |
| E & | err () noexcept |
| | Get the error.
|
| |
| E | err () const noexcept |
| | Get the error.
|
| |
◆ ErrorType
◆ ResultType
◆ Result()
◆ err() [1/2]
Get the error.
- Returns
- The error
References e.
◆ err() [2/2]
Get the error.
- Returns
- The error
References e.
◆ error()
◆ has_error()
Whether it is an error.
- Return values
-
References e.
◆ operator bool()
Whether it is an error.
- Return values
-
References e.
◆ success()
The documentation for this class was generated from the following file: