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