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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...w::max_size(3)  C++ Standard Libary std::experi...w::max_size(3)

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

Synopsis
	  constexpr  size_type	max_size() const noexcept;  (library fundamen-
       tals TS)

	  The largest possible number of char-like objects  that  can  be  re-
       ferred to by a
	  basic_string_view.

Parameters
	  (none)

Return value
	  Maximum number of characters.

Complexity
	  Constant.

See also
	  size	 returns the number of characters
	  length (public member	function)
	  empty	 checks	whether	the view is empty
		 (public member	function)

http://cppreference.com		  2022.07.31	  std::experi...w::max_size(3)

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

home | help