Google Cloud C++ Client
2.7.0
C++ Client Library for Google Cloud Platform
|
#include "google/cloud/internal/throw_delegate.h"
#include "google/cloud/status.h"
#include "google/cloud/version.h"
#include "absl/types/optional.h"
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | google::cloud::StatusOr< T > |
Holds a value or a Status indicating why there is no value. More... | |
Namespaces | |
google::cloud | |
Contains all the Google Cloud C++ Library APIs. | |
Functions | |
template<typename T > | |
bool | google::cloud::operator== (StatusOr< T > const &a, StatusOr< T > const &b) |
template<typename T > | |
bool | google::cloud::operator!= (StatusOr< T > const &a, StatusOr< T > const &b) |
template<typename T > | |
StatusOr< T > | google::cloud::make_status_or (T rhs) |