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

FreeBSD Manual Pages

  
 
  

home | help
std::nested...throw_nested(3) C++ Standard Libarystd::nested...throw_nested(3)

NAME
       std::nested_exception::rethrow_nested	    -	    std::nested_excep-
       tion::rethrow_nested

Synopsis
	  [[noreturn]] void rethrow_nested() const;  (since C++11)

	  Rethrows the stored exception. If  there  is	no  stored  exceptions
       (i.e. nested_ptr()
	  returns null pointer), then std::terminate is	called.

Parameters
	  (none)

Return value
	  (none)

http://cppreference.com		  2022.07.31	 std::nested...throw_nested(3)

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

home | help