HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
v1
bound_check_range_helper
v1::bound_check_range_helper Concept Reference
Concept definition
template
<
typename
Context>
concept
v1::bound_check_range_helper
=
requires
(
Context
&&
range
) {
{
std::ranges::size(
range
)
} -> std::unsigned_integral;
}
v1::narrow_cast
constexpr Out narrow_cast(In rhs) noexcept
Cast numeric values without loss of precision.
Definition
cast.hpp:158
v1::bound_check_range_helper
Definition
assert.hpp:56
Generated on Mon Apr 22 2024 12:52:37 for HikoGUI by
1.10.0