Namespaces
Variants
Views
Actions

std::get_terminate

From cppreference.com
< cpp‎ | error
Revision as of 18:25, 26 March 2012 by Cubbi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:cpp/error/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <exception>
</td>

<td></td> <td></td> </tr> <tr class="t-dcl ">

<td >
std::terminate_handler get_terminate();
</td>

<td class="t-dcl-nopad"> </td> <td > (since C++11) </td> </tr> Template:ddcl list end

Returns the currently installed Template:cpp, which may be a null pointer.

Contents

Parameters

(none)

Return value

The currently installed Template:cpp.

Exceptions

noexcept specification:  
noexcept
  

See also

Template:cpp/error/exception/dcl list terminate handlerTemplate:cpp/error/exception/dcl list set terminate