Classes | Namespaces | Functions
string_view.h File Reference
#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"
Include dependency graph for string_view.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  absl::string_view

Namespaces

namespace  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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16