HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
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.