|
|
@ -35,6 +35,7 @@ |
|
|
|
#define GRPCXX_STRING_REF_H |
|
|
|
#define GRPCXX_STRING_REF_H |
|
|
|
|
|
|
|
|
|
|
|
#include <iterator> |
|
|
|
#include <iterator> |
|
|
|
|
|
|
|
#include <iosfwd> |
|
|
|
|
|
|
|
|
|
|
|
#include <grpc++/support/config.h> |
|
|
|
#include <grpc++/support/config.h> |
|
|
|
|
|
|
|
|
|
|
@ -110,6 +111,8 @@ bool operator>(string_ref x, string_ref y); |
|
|
|
bool operator<=(string_ref x, string_ref y); |
|
|
|
bool operator<=(string_ref x, string_ref y); |
|
|
|
bool operator>=(string_ref x, string_ref y); |
|
|
|
bool operator>=(string_ref x, string_ref y); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std::ostream& operator<<(std::ostream& stream, const string_ref& string); |
|
|
|
|
|
|
|
|
|
|
|
} // namespace grpc
|
|
|
|
} // namespace grpc
|
|
|
|
|
|
|
|
|
|
|
|
#endif // GRPCXX_STRING_REF_H
|
|
|
|
#endif // GRPCXX_STRING_REF_H
|
|
|
|