[#absl-AnySpan-value_type] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::value_type :relfileprefix: ../../ :mrdocs: The element type with const removed. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using value_type = std::remove_const_t<T>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#