|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
Consumer side of an async operation returning two values. More...
Public Member Functions | |
| std::pair< A, B > | Await () const |
| template<typename Rep , typename Period > | |
| std::optional< std::pair< A, B > > | Await (std::chrono::duration< Rep, Period > timeout) const |
| bool | Done () const |
| PairFuture ()=default | |
| PairFuture (Future< std::pair< A, B >> inner) | |
Consumer side of an async operation returning two values.
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |