Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Classes | Namespaces | Functions
date.h File Reference
#include "google/cloud/spanner/version.h"
#include <cstdint>
#include <ostream>
#include <tuple>

Go to the source code of this file.

Classes

class  google::cloud::spanner::v1::Date
 Represents a date in the proleptic Gregorian calendar as a triple of year, month (1-12), and day (1-31). More...
 

Namespaces

 google
 
 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

std::ostream & google::cloud::spanner::v1::operator<< (std::ostream &os, Date const &date)
 
bool google::cloud::spanner::v1::operator== (Date const &a, Date const &b)
 
bool google::cloud::spanner::v1::operator!= (Date const &a, Date const &b)
 
bool google::cloud::spanner::v1::operator< (Date const &a, Date const &b)
 
bool google::cloud::spanner::v1::operator<= (Date const &a, Date const &b)
 
bool google::cloud::spanner::v1::operator>= (Date const &a, Date const &b)
 
bool google::cloud::spanner::v1::operator> (Date const &a, Date const &b)