iw4x-client/deps/json/docs/examples/operator__equal__nullptr_t.output
2024-03-07 05:13:50 -05: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