HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi::v1::nullable Concept Reference

True if T can be assigned with a nullptr. More...

#include <hikogui/utility/concepts.hpp>

Concept definition

template<typename T>
concept hi::v1::nullable = requires(T& a) { a = nullptr; }
True if T can be assigned with a nullptr.
Definition concepts.hpp:149

Detailed Description

True if T can be assigned with a nullptr.