#include <algorithm>
#include "absl/base/config.h"
#include <cassert>
#include <cstddef>
#include <cstring>
#include <iosfwd>
#include <iterator>
#include <limits>
#include <string>
#include "absl/base/internal/throw_delegate.h"
#include "absl/base/macros.h"
#include "absl/base/port.h"
Go to the source code of this file.
Classes | |
class | absl::string_view |
Namespaces | |
absl | |
Functions | |
string_view | absl::ClippedSubstr (string_view s, size_t pos, size_t n=string_view::npos) |
string_view | absl::NullSafeStringView (const char *p) |
bool | absl::operator!= (string_view x, string_view y) noexcept |
bool | absl::operator< (string_view x, string_view y) noexcept |
std::ostream & | absl::operator<< (std::ostream &o, string_view piece) |
bool | absl::operator<= (string_view x, string_view y) noexcept |
bool | absl::operator== (string_view x, string_view y) noexcept |
bool | absl::operator> (string_view x, string_view y) noexcept |
bool | absl::operator>= (string_view x, string_view y) noexcept |