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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::basic_osyncstream::rdbuf - std::basic_osyncstream::rdbuf

Synopsis
	  syncbuf_type*	rdbuf()	const noexcept;

	  Returns a pointer to the underlying std::basic_syncbuf.

Parameters
	  (none)

Example
	   This	section	is incomplete
	   Reason: no example

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

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

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

home | help