Google Cloud C++ Client  0.4.0
C++ Client Library for Google Cloud Platform
Classes | Namespaces
future_void.h File Reference

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< void >
 Implement ISO/IEC TS 19571:2016 future for void. More...
 
class  google::cloud::v0::promise< void >
 Specialize promise as defined in ISO/IEC TS 19571:2016 for void. More...
 

Namespaces

 google
 
 google::cloud
 Contains all the Google Cloud C++ Library APIs.
 
 google::cloud::v0
 The Google Cloud C++ Library inlined, versioned namespace.
 

Detailed Description

Fully specialize future<void> and promise<R> for void.

Definition in file future_void.h.