Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Classes | Namespaces | Typedefs
options.h File Reference
#include "google/cloud/internal/type_list.h"
#include "google/cloud/version.h"
#include "absl/base/attributes.h"
#include "absl/memory/memory.h"
#include <set>
#include <typeindex>
#include <typeinfo>
#include <unordered_map>

Go to the source code of this file.

Classes

class  google::cloud::Options
 A class that holds option structs indexed by their type. More...
 

Namespaces

 google
 
 google::cloud
 Contains all the Google Cloud C++ Library APIs.
 

Typedefs

template<typename... T>
using google::cloud::OptionList = internal::TypeList< T... >
 A template to hold a list of "option" types. More...