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::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.