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

FreeBSD Manual Pages

  
 
  

home | help
std::basic_...tream::view(3)  C++ Standard Libary std::basic_...tream::view(3)

NAME
       std::basic_istringstream::view -	std::basic_istringstream::view

Synopsis
	  std::basic_string_view<CharT,	Traits>	view() const noexcept;	(since
       C++20)

	  Obtains  a std::basic_string_view over the underlying	string object.
       Equivalent to
	  return rdbuf()->view();.

Parameters
	  (none)

Return value
	  A std::basic_string_view over	the underlying string object.

Example
	   This	section	is incomplete
	   Reason: no example

See also
	  view	  obtains a view over the underlying character sequence
	  (C++20)    (public	member	  function    of    std::basic_string-
       buf<CharT,Traits,Allocator>)

http://cppreference.com		  2022.07.31	  std::basic_...tream::view(3)

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

home | help