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