std::experimental::basic_string_view<CharT,Traits>:: npos
From cppreference.com
<
cpp
|
experimental
|
basic string view
C++
Experimental
Technical Specification | ||||
Filesystem library (filesystem TS) | ||||
Library fundamentals (library fundamentals TS) | ||||
Library fundamentals 2 (library fundamentals TS v2) | ||||
Library fundamentals 3 (library fundamentals TS v3) | ||||
Extensions for parallelism (parallelism TS) | ||||
Extensions for parallelism 2 (parallelism TS v2) | ||||
Extensions for concurrency (concurrency TS) | ||||
Extensions for concurrency 2 (concurrency TS v2) | ||||
Concepts (concepts TS) | ||||
Ranges (ranges TS) | ||||
Reflection (reflection TS) | ||||
Mathematical special functions (special functions TR) | ||||
Experimental Non-TS | ||||
Pattern Matching | ||||
Linear Algebra | ||||
std::execution | ||||
Contracts | ||||
2D Graphics |
std::experimental::basic_string_view
|
|
static
constexpr
size_type npos
=
size_type
(
-
1
)
;
|
(library fundamentals TS) | |
This is a special value equal to the maximum value representable by the type
size_type
. The exact meaning depends on context, but it is generally used either as end of view indicator by the functions that expect a view index or as the error indicator by the functions that return a view index.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/basic_string_view/npos&oldid=71344
"