Sese Framework
2.3.0
A cross-platform framework
|
#include <Result.h>
Public Types | |
using | ResultType = void |
using | ErrorType = void |
Public Member Functions | |
operator bool () const noexcept | |
Whether it is an error. | |
bool | has_error () const noexcept |
Whether it is an error. | |
Static Public Member Functions | |
static Result | error () noexcept |
static Result | success () noexcept |
Private Member Functions | |
Result ()=default | |
Private Attributes | |
bool | is_success |
using sese::Result< void, void >::ErrorType = void |
using sese::Result< void, void >::ResultType = void |
|
privatedefault |
|
inlinestaticnoexcept |
|
inlinenoexcept |
Whether it is an error.
ture | has error |
|
inlineexplicitnoexcept |
Whether it is an error.
ture | has error |
|
inlinestaticnoexcept |
|
private |