|
uvco 0.1
|
Classes | |
| struct | ReplaceVoid |
| struct | ReplaceVoid< void > |
| struct | Void |
Functions | |
| template<typename PromiseType> | |
| Promise< typename ReplaceVoid< PromiseType >::type > | awaitAndReplaceVoid (Promise< PromiseType > &promise) |
| template<> | |
| Promise< Void > | awaitAndReplaceVoid (Promise< void > &promise) |
| Promise< typename ReplaceVoid< PromiseType >::type > uvco::detail::awaitAndReplaceVoid | ( | Promise< PromiseType > & | promise | ) |