GRPC C++  1.30.0
Data Structures | Namespaces | Functions
string_ref.h File Reference
#include <string.h>
#include <algorithm>
#include <iosfwd>
#include <iostream>
#include <iterator>
#include <grpcpp/impl/codegen/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
 This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
 

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)