template <typename T>
struct IsSpan
Defined at line 200 of file ../../third_party/abseil-cpp/src/absl/algorithm/container.h
Similar to std::is_pointer, but for testing if a type is a span.
Note that subclasses of spans do not automatically qualify as spans, as they
may deviate from the ownership assumption of a span.