Google Cloud C++ Client
2.7.0
C++ Client Library for Google Cloud Platform
|
Fully specialize future<void>
and promise<R>
for void.
More...
#include "google/cloud/internal/future_base.h"
#include "google/cloud/internal/future_fwd.h"
#include "google/cloud/internal/future_impl.h"
#include "google/cloud/internal/future_then_meta.h"
#include "google/cloud/version.h"
Go to the source code of this file.
Classes | |
class | google::cloud::future< void > |
Implement ISO/IEC TS 19571:2016 future for void. More... | |
class | google::cloud::promise< void > |
Specialize promise as defined in ISO/IEC TS 19571:2016 for void. More... | |
Namespaces | |
google::cloud | |
Contains all the Google Cloud C++ Library APIs. | |
Functions | |
future< void > | google::cloud::make_ready_future () |
Create a future<void> that is immediately ready. More... | |
Fully specialize future<void>
and promise<R>
for void.
Definition in file future_void.h.