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>
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378
True if T can be assigned with a nullptr.
Definition concepts.hpp:148
True if T is dereferenceable.
Definition concepts.hpp:155
True if T is both nullable and dereferenceable.
Definition concepts.hpp:164

Detailed Description

True if T is both nullable and dereferenceable.