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

FreeBSD Manual Pages

  
 
  

home | help
std::basic_...:get_wrapped(3) C++ Standard Libarystd::basic_...:get_wrapped(3)

NAME
       std::basic_syncbuf::get_wrapped - std::basic_syncbuf::get_wrapped

Synopsis
	  streambuf_type* get_wrapped()	const noexcept;

	  Returns a pointer to the wrapped std::basic_streambuf.

Parameters
	  (none)

Notes
	  This	function  is  not expected to be called	directly: it is	called
       through
	  std::basic_osyncstream::get_wrapped.

Example
	   This	section	is incomplete
	   Reason: no example

See also
		      obtains a	pointer	to the final destination stream	buffer
	  get_wrapped (public member function of
		      std::basic_osyncstream<CharT,Traits,Allocator>)

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

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

home | help