7#include "../macros.hpp"
9#include "architecture.hpp"
13#include "charconv.hpp"
15#include "concepts.hpp"
16#if HI_OPERATING_SYSTEM == HI_OS_WINDOWS
17#include "console_win32.hpp"
19#include "debugger.hpp"
21#include "device_type.hpp"
24#include "enum_metadata.hpp"
25#include "exception.hpp"
26#include "fixed_string.hpp"
27#include "forward_value.hpp"
28#include "generator.hpp"
30#include "initialize.hpp"
36#include "reflection.hpp"
37#include "tagged_id.hpp"
43hi_export_module(hikogui.utility);
Utilities to assert and bound check.
Miscellaneous math functions.
Functions for casting values between types savely.
This file contains time-zone utility functions.
Utility functions to determine information about values.
Utilities for throwing exceptions and terminating the application.
This file contains constants and conversion functions.