C++ Logo

std-proposals

Advanced search

Re: [std-proposals] null reference

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Thu, 4 Apr 2024 02:00:05 +0200
In the linked thread, NULL-semantics is used for a custom user-defined class. For those you can of course define singletons with NULL-semantics or other special identities. You could also write operator bool. It is often done. But that are actual object instances of that type.

Received on 2024-04-04 00:00:10