HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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;
}
Definition assert.hpp:79