#include "tensorstore/util/utf8_string.h"
friend bool tensorstore::Utf8String::operator<(const Utf8Stringa,
                                               
const Utf8Stringb);
friend bool tensorstore::Utf8String::operator<=(const Utf8Stringa,
                                                
const Utf8Stringb);
friend bool tensorstore::Utf8String::operator>(const Utf8Stringa,
                                               
const Utf8Stringb);
friend bool tensorstore::Utf8String::operator>=(const Utf8Stringa,
                                                
const Utf8Stringb);
friend bool tensorstore::Utf8String::operator==(const Utf8Stringa,
                                                
const Utf8Stringb);
friend bool tensorstore::Utf8String::operator!=(const Utf8Stringa,
                                                
const Utf8Stringb);

Comparison operators.