ROSE
0.11.123.0
|
#include <util/Sawyer/Result.h>
Public Types | |
using | Value = E |
Public Member Functions | |
Error (const Error &other) | |
Copy constructor. More... | |
Error (const E &error) | |
Construct from a value. More... | |
const Value & | operator* () const |
Dereference to obtain error. More... | |
const Value * | operator-> () const |
Dereference to obtain pointer to error. More... | |
Error & | operator= (const Error &other) |
Assignment. | |
Error & | operator= (const Value &error) |
Assignment. | |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |