#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstring>
#include <iosfwd>
#include <iterator>
#include <limits>
#include <string>
#include "absl/base/attributes.h"
#include "absl/base/config.h"
#include "absl/base/internal/throw_delegate.h"
#include "absl/base/macros.h"
#include "absl/base/optimization.h"
#include "absl/base/port.h"
Go to the source code of this file.
Classes | |
class | absl::string_view |
Namespaces | |
absl | |
Macros | |
#define | ABSL_INTERNAL_STRING_VIEW_MEMCMP memcmp |
Functions | |
ABSL_NAMESPACE_BEGIN string_view | absl::ClippedSubstr (string_view s, size_t pos, size_t n=string_view::npos) |
constexpr string_view | absl::NullSafeStringView (const char *p) |
constexpr bool | absl::operator!= (string_view x, string_view y) noexcept |
constexpr bool | absl::operator< (string_view x, string_view y) noexcept |
std::ostream & | absl::operator<< (std::ostream &o, string_view piece) |
constexpr bool | absl::operator<= (string_view x, string_view y) noexcept |
constexpr bool | absl::operator== (string_view x, string_view y) noexcept |
constexpr bool | absl::operator> (string_view x, string_view y) noexcept |
constexpr bool | absl::operator>= (string_view x, string_view y) noexcept |
#define ABSL_INTERNAL_STRING_VIEW_MEMCMP memcmp |
Definition at line 62 of file bloaty/third_party/abseil-cpp/absl/strings/string_view.h.