HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
terminate.hpp
Go to the documentation of this file.
1// Copyright Take Vos 2023.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
8#include "utility/module.hpp"
9#include <exception>
10#include <stdexcept>
11#include <atomic>
12#include <bit>
13#include <format>
14
15#pragma once
16
17namespace hi { inline namespace v1 {
18
24
31[[noreturn]] void terminate_handler() noexcept;
32
33}} // namespace hi::v1
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11
std::terminate_handler old_terminate_handler
The old terminate handler.
Definition terminate.hpp:23
void terminate_handler() noexcept
The HikoGUI terminate handler.