27 lines
642 B
Markdown
27 lines
642 B
Markdown
[get.terminate]
|
|
|
|
# 17 Language support library [[support]](./#support)
|
|
|
|
## 17.9 Exception handling [[support.exception]](support.exception#get.terminate)
|
|
|
|
### 17.9.5 Abnormal termination [[exception.terminate]](exception.terminate#get.terminate)
|
|
|
|
#### 17.9.5.3 get_terminate [get.terminate]
|
|
|
|
[ð](#lib:get_terminate)
|
|
|
|
`terminate_handler get_terminate() noexcept;
|
|
`
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/support.tex#L4059)
|
|
|
|
*Returns*: The current terminate_handler[.](#1.sentence-1)
|
|
|
|
[*Note [1](#note-1)*:
|
|
|
|
This can be a null pointer value[.](#1.sentence-2)
|
|
|
|
â *end note*]
|