Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Friends | List of all members
google::cloud::spanner::CommitTimestamp Struct Reference

A sentinel type used to update a commit timestamp column. More...

#include <google/cloud/spanner/timestamp.h>

Friends

bool operator== (CommitTimestamp, CommitTimestamp)
 
bool operator!= (CommitTimestamp, CommitTimestamp)
 

Detailed Description

A sentinel type used to update a commit timestamp column.

See also
https://cloud.google.com/spanner/docs/commit-timestamp

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( CommitTimestamp  ,
CommitTimestamp   
)
friend

◆ operator==

bool operator== ( CommitTimestamp  ,
CommitTimestamp   
)
friend