#include <result.hpp>
Public Member Functions | |
Result () | |
Result (std::shared_ptr< Data > &&data, std::exception_ptr &&exceptionPtr) | |
void | rethrow () const |
std::shared_ptr< Data > | get () const |
bool | isValid () const |
Private Attributes | |
std::shared_ptr< Data > | mData |
std::exception_ptr | mExceptionPtr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |