|
Clio
develop
The XRP Ledger API server.
|
Public Types | |
| using | DataType = typename OutcomeType::DataType |
Public Member Functions | |
| BasicOperation (OutcomeType *outcome) | |
| BasicOperation (BasicOperation &&)=default | |
| BasicOperation (BasicOperation const &)=delete | |
| auto | get () |
| void | wait () |
Protected Attributes | |
| std::future< typename OutcomeType::DataType > | future_ |