|
ROSE
0.11.96.11
|
#include <Result.h>
Public Types | |
| using | Value = T |
Public Member Functions | |
| Ok (const Ok &other) | |
| Copy constructor. | |
| Ok (const Value &ok) | |
| Construct from an value. | |
| const Value & | operator* () const |
| Dereference to obtain value. | |
| const Value * | operator-> () const |
| Dereference to obtain pointer. | |
| Ok & | operator= (const Ok &other) |
| Assignment. | |
| Ok & | operator= (const Value &ok) |
| Assignment. | |
1.8.17