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 …
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.