mrdocs::ArrayView::npos
Sentinel used by slicing helpers to indicate “until the end”.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
inline constexpr static
size_type npos = static_cast<size_type>(‐1);
Created with MrDocs