![]() |
Apache Ignite C++ Client
|
#include <ignite_result.h>
Public Member Functions | |
| ignite_result () | |
| ignite_result (ignite_error &&error) | |
| bool | has_error () const noexcept |
| ignite_error && | error () |
| const ignite_error & | error () const |
| operator bool () const noexcept | |
| bool | has_value () const noexcept |
| void && | value () && |
Ignite Result.
|
inline |
Constructor.
|
inline |
Constructor.
| error | Error. |
|
inlinenodiscard |
Get error.
|
inlinenodiscard |
Get error.
|
inlinenodiscardnoexcept |
Has error.
true if the result has error.
|
inlinenodiscardnoexcept |
Has value.
true if the result has value.
|
inlineexplicitnoexcept |
Bool operator. Can be used to check the result for an error.
true if the result does not contain error.
|
inlinenodiscard |
Get value.