True if T is dereferenceable. More...
#include <hikogui/utility/concepts.hpp>
True if T is dereferenceable.
Either it is a pointer, or it implements both operator*() and operator->().