Google Cloud C++ Client
0.4.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"
Go to the source code of this file.
Classes | |
class | google::cloud::v0::future< T > |
Implement ISO/IEC TS 19571:2016 future<T> . More... | |
class | google::cloud::v0::promise< T > |
Implement promise<T> as defined in ISO/IEC TS 19571:2016. More... | |
Namespaces | |
google::cloud | |
Contains all the Google Cloud C++ Library APIs. | |
google::cloud::v0 | |
The Google Cloud C++ Library inlined, versioned namespace. | |
Fully specialize future<void>
and promise<R>
for void.
Definition in file future_generic.h.