GRPC C++  0.11.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
string_ref.cc File Reference
#include <grpc++/support/string_ref.h>
#include <string.h>
#include <algorithm>
#include <iostream>

Namespaces

 grpc
 

Functions

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)
 
bool grpc::operator>= (string_ref x, string_ref y)
 
std::ostream & grpc::operator<< (std::ostream &stream, const string_ref &string)