Google Cloud Spanner C++ Client
1.32.0
A C++ Client Library for Google Cloud Spanner
|
#include "google/cloud/spanner/numeric.h"
#include "google/cloud/status.h"
#include "absl/strings/string_view.h"
#include <algorithm>
#include <cctype>
#include <cerrno>
#include <cmath>
#include <cstddef>
#include <deque>
#include <iomanip>
#include <limits>
#include <locale>
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
google::cloud | |
The namespace Google Cloud Platform C++ client libraries. | |
google::cloud::spanner | |
Contains all the Cloud Spanner C++ client types and functions. | |
google::cloud::spanner::v1 | |
The inlined, versioned namespace for the Cloud Spanner C++ client APIs. | |
Functions | |
StatusOr< Numeric > | google::cloud::spanner::v1::MakeNumeric (std::string s) |
Construction from a string, in decimal fixed- or floating-point formats. More... | |
StatusOr< Numeric > | google::cloud::spanner::v1::MakeNumeric (double d) |
Construction from a double. More... | |