HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
utility.hpp
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
5#pragma once
6
7#include "architecture.hpp" // export
8#include "assert.h" // export
9#include "bits.hpp" // export
10#include "cast.hpp" // export
11#include "charconv.hpp" // export
12#include "compare.hpp" // export
13#include "concepts.hpp" // export
14#include "debugger_intf.hpp" // export
15#include "debugger_win32_impl.hpp" // export
16#include "debugger.hpp" // export
17#include "defer.hpp" // export
18#include "endian.hpp" // export
19#include "enum_metadata.hpp" // export
20#include "exception_intf.hpp" // export
21#include "exception_win32_impl.hpp" // export
22#include "exception.hpp" // export
23#include "fixed_string.hpp" // export
24#include "float16.hpp" // export
25#include "forward_value.hpp" // export
26#include "hash.hpp" // export
27#include "math.hpp" // export
28#include "memory.hpp" // export
29#include "misc.hpp" // export
30#include "numbers.hpp" // export
31#include "policy.hpp" // export
32#include "reflection.hpp" // export
33#include "tagged_id.hpp" // export
34#include "time_zone.hpp" // export
35#include "type_traits.hpp" // export
36#include "units.hpp" // export
37#include "value_traits.hpp" // export
38
39hi_export_module(hikogui.utility);
Utility functions to determine information about values.
Miscellaneous math functions.
This file contains time-zone utility functions.
Functions for casting values between types savely.
This file contains constants and conversion functions.