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

FreeBSD Manual Pages

  
 
  

home | help
std::ostrea...tor::failed(3)  C++ Standard Libary std::ostrea...tor::failed(3)

NAME
       std::ostreambuf_iterator::failed	- std::ostreambuf_iterator::failed

Synopsis
	  bool failed()	const throw();	 (until	C++11)
	  bool failed()	const noexcept;	 (since	C++11)

	  Returns  true	if the iterator	encountered the	end-of-file condition,
       that is,	if an
	  earlier call to std::basic_streambuf::sputc (made by operator=)  re-
       turned
	  Traits::eof.

Parameters
	  (none)

Return value
	  true	if  this iterator has encountered the end-of-file condition on
       output, false
	  otherwise.

Example
	   This	section	is incomplete
	   Reason: no example

http://cppreference.com		  2022.07.31	  std::ostrea...tor::failed(3)

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

home | help