Classes | |
struct | ElementType |
struct | ElementType< T(&)[N]> |
struct | IsConvertible |
struct | IsConvertibleHelper |
Functions | |
template<template< typename > class SpanT, typename T > | |
bool | EqualImpl (SpanT< T > a, SpanT< T > b) |
template<typename C > | |
constexpr auto | GetData (C &c) noexcept-> decltype(GetDataImpl(c |
template<typename C > | |
constexpr auto | GetDataImpl (C &c, char) noexcept-> decltype(c.data()) |
char * | GetDataImpl (std::string &s, int) noexcept |
template<template< typename > class SpanT, typename T > | |
bool | LessThanImpl (SpanT< T > a, SpanT< T > b) |
constexpr size_t | Min (size_t a, size_t b) noexcept |
bool absl::span_internal::EqualImpl | ( | SpanT< T > | a, |
SpanT< T > | b | ||
) |
Definition at line 88 of file internal/span.h.
constexpr auto absl::span_internal::GetData | ( | C & | c | ) |
constexpr auto absl::span_internal::GetDataImpl | ( | C & | c, |
char | |||
) |
Definition at line 36 of file internal/span.h.
char* absl::span_internal::GetDataImpl | ( | std::string & | s, |
int | |||
) | [inline] |
Definition at line 42 of file internal/span.h.
bool absl::span_internal::LessThanImpl | ( | SpanT< T > | a, |
SpanT< T > | b | ||
) |
Definition at line 94 of file internal/span.h.
constexpr size_t absl::span_internal::Min | ( | size_t | a, |
size_t | b | ||
) |
Definition at line 32 of file internal/span.h.