C++ Exception Library - Destructor



Description

It is a destroy exception.

Declaration

Following is the declaration for std::exception::~exception.

	
virtual ~exception throw();

C++11

	
virtual ~exception;

Parameters

none

Return Value

none

Exceptions

No-throw guarantee − no members throw exceptions.

exception.htm
Advertisements