HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi
v1
bound_check_range_helper
hi::v1::bound_check_range_helper Concept Reference
Concept definition
template
<
typename
Context>
concept
hi::v1::bound_check_range_helper
=
requires
(
Context
&&
range
) {
{
std::ranges::size(
range
)
} -> std::unsigned_integral;
}
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::bound_check_range_helper
Definition
assert.hpp:76
Generated on Mon Apr 22 2024 12:53:17 for HikoGUI by
1.10.0