16namespace hi {
inline namespace v1 {
19[[nodiscard]]
inline std::chrono::time_zone
const *_cached_current_zone() noexcept
22 return std::chrono::current_zone();
38 static auto *zone = detail::_cached_current_zone();
Utilities to interact with the debugger this application runs under.
#define hi_debug_abort(...)
Debug-break and abort the application.
Definition debugger.hpp:50
Utilities for throwing exceptions and terminating the application.
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11
std::chrono::time_zone const & cached_current_zone() noexcept
Cached current time zone.
Definition time_zone.hpp:36