The poll result of a Pendable within a Selector. This type stores both the index of the pendable, and its returned value on completion, making it possible to identify which pendable completed.
Public Attributes | |
| T | value |
Static Public Attributes | |
| static constexpr size_t | kIndex = I |
Friends | |
| template<typename... Pendables> | |
| class | Selector |
| template<typename... Futures> | |
| class | experimental::SelectFuture |