GRPC C++  1.62.0
Data Structures | Namespaces | Functions
string_ref.h File Reference
#include <string.h>
#include <algorithm>
#include <iosfwd>
#include <iostream>
#include <iterator>
#include <grpcpp/support/config.h>

Go to the source code of this file.

Data Structures

class  grpc::string_ref
 This class is a non owning reference to a string. More...
 

Namespaces

 grpc
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 

Functions

bool grpc::operator== (string_ref x, string_ref y)
 Comparison operators. More...
 
bool grpc::operator!= (string_ref x, string_ref y)
 
bool grpc::operator< (string_ref x, string_ref y)
 
bool grpc::operator<= (string_ref x, string_ref y)
 
bool grpc::operator> (string_ref x, string_ref y)
 
bool grpc::operator>= (string_ref x, string_ref y)
 
std::ostream & grpc::operator<< (std::ostream &out, const string_ref &string)