GRPC C++
1.66.0
|
#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) |