template <typename T, typename = void, typename = void>

struct IsView

Defined at line 110 of file ../../third_party/abseil-cpp/absl/types/internal/span.h

IsView is true for types where the return type of .data() is the same for

mutable and const instances. This isn't foolproof, but it's only used to

enable a compiler warning.

Public Members

static const bool value