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::array_generic_convertible_to Concept Reference

Concept definition

template<typename Context, typename T>
concept hi::v1::array_generic_convertible_to = requires (Context a) { static_cast<T>(a); }
Definition array_generic.hpp:24