HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi
v1
static_castableable
hi::v1::static_castableable Concept Reference
Concept definition
template
<
typename
From,
typename
To>
concept
hi::v1::static_castableable
=
requires
(
From
v) {
{
static_cast<
To
>
(v)
} -> std::convertible_to<To>;
}
hi::v1::narrow_cast
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition
cast.hpp:377
hi::v1::static_castableable
Definition
concepts.hpp:103
Generated on Mon Apr 22 2024 12:53:12 for HikoGUI by
1.10.0