[#absl-AnySpan-difference_type] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::difference_type :relfileprefix: ../../ :mrdocs: A signed type used for iterator differences. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using difference_type = std::ptrdiff_t; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#