Wolf480pl on Nostr: nprofile1q…pa33k tedu > 2. A null pointer constant or value of type nullptr_t may ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq3t0vxvx8llrdglujal9hh93mtnl7wac0mxqd7xtdyryc4per8q4qhpa33k (nprofile…a33k) tedu (nprofile…pt5e)
> 2. A null pointer constant or value of type nullptr_t may be converted to nullptr_t
and elsewhere
> 6.5.4.3 Unary arithmetic operators
> [...]
> 5. The result of the logical negation operator ! is 0 if the value of its operand compares unequal to 0, 1 if the value of its operand compares equal to 0. The result has type int. The expression !E is equivalent to (0==E)
3/
> 2. A null pointer constant or value of type nullptr_t may be converted to nullptr_t
and elsewhere
> 6.5.4.3 Unary arithmetic operators
> [...]
> 5. The result of the logical negation operator ! is 0 if the value of its operand compares unequal to 0, 1 if the value of its operand compares equal to 0. The result has type int. The expression !E is equivalent to (0==E)
3/