json/doc/examples/operator__equal__nullptr_t.output
2015-07-12 17:08:51 +02:00

6 lines
124 B
Plaintext

[1,2,3] == nullptr false
{"A":"a","B":"b"} == nullptr false
17 == nullptr false
"foo" == nullptr false
null == nullptr true