|
libkazv
|
#include <promise-interface.hpp>


Public Types | |
| using | DataT = T |
Public Member Functions | |
| template<class DeriveT > | |
| SingleTypePromise (DeriveT obj) | |
| SingleTypePromise (const SingleTypePromise &that) | |
| SingleTypePromise (SingleTypePromise &&that) | |
| SingleTypePromise & | operator= (const SingleTypePromise &that) |
| SingleTypePromise & | operator= (SingleTypePromise &&that) |
| template<class F > | |
| SingleTypePromise | then (F &&f) |
| bool | ready () const |
| DataT | get () const |
| using Kazv::SingleTypePromise< T >::DataT = T |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |