Records
Functions
-
template <typename C>decltype(c.data()) GetDataImpl (C & c, char )Wrappers for access to container data pointers.
Defined at line 37 of file ../../third_party/abseil-cpp/absl/types/internal/span.h
-
char * GetDataImpl (std::string & s, int )Before C++17, std::string::data returns a const char* in all cases.
Defined at line 43 of file ../../third_party/abseil-cpp/absl/types/internal/span.h
-
template <typename C>decltype(GetDataImpl(c, 0)) GetData (C & c)Defined at line 49 of file ../../third_party/abseil-cpp/absl/types/internal/span.h
-
template <template <typename> class SpanT, typename T>bool EqualImpl (SpanT<T> a, SpanT<T> b)Defined at line 89 of file ../../third_party/abseil-cpp/absl/types/internal/span.h
-
template <template <typename> class SpanTtypename T>bool LessThanImpl (SpanT<T> aSpanT<T> b)Defined at line 95 of file ../../third_party/abseil-cpp/absl/types/internal/span.h