Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::experi..._view::npos(3)  C++ Standard Libary std::experi..._view::npos(3)

NAME
       std::experimental::basic_string_view::npos   -	std::experimental::ba-
       sic_string_view::npos

Synopsis
	  static constexpr size_type npos = size_type(-1);  (library fundamen-
       tals 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.

http://cppreference.com		  2022.07.31	  std::experi..._view::npos(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::string_view::npos&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help