RSSAmplifier

AndreasFertig.com · Aug 4, 2026

More compile-time checks with std::nullptr_t

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

In today's post, I like to show you the benefit of a often unknown type: std::nullptr_t . You have that data type in the language since C++11, together with the much more frequently used nullptr . While nullptr is the value, std::nullptr_t is the data type that can hold …

Read on andreasfertig.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.