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

An array of this type will implicitly create objects within that array. More...

#include <hikogui/utility/concepts.hpp>

Concept definition

template<typename Context>
concept hi::v1::byte_like = is_byte_like_v<Context>
An array of this type will implicitly create objects within that array.
Definition concepts.hpp:144

Detailed Description

An array of this type will implicitly create objects within that array.

P059R6: Implicit creation of objects for low-level object manipulation.