Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
util::async::SomeOutcome Concept Reference

Specifies the interface for an outcome (promise) More...

#include <Concepts.hpp>

Concept definition

template<typename T>
concept util::async::SomeOutcome = requires(T v) {
{ v.getOperation() } -> SomeOperation;
}
Specifies the interface for an operation.
Definition Concepts.hpp:68
Specifies the interface for an outcome (promise)
Definition Concepts.hpp:94

Detailed Description

Specifies the interface for an outcome (promise)