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

True if T is both nullable and dereferenceable. More...

#include <hikogui/utility/concepts.hpp>

Concept definition

template<typename T>
True if T can be assigned with a nullptr.
Definition concepts.hpp:149
True if T is dereferenceable.
Definition concepts.hpp:156
True if T is both nullable and dereferenceable.
Definition concepts.hpp:164

Detailed Description

True if T is both nullable and dereferenceable.