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