[#absl-AnySpan-npos] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::npos :relfileprefix: ../../ :mrdocs: Sentinel size value meaning "until the end of the span". == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static xref:absl/AnySpan/size_type.adoc[size_type] npos = static_cast<size_type>(‐1); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#