1
0
mirror of https://github.com/nlohmann/json synced 2024-11-23 04:20:06 +00:00
nlohmannjson/doc/examples/operator__equal__nullptr_t.output

6 lines
124 B
Plaintext
Raw Normal View History

2015-07-12 15:08:51 +00:00
[1,2,3] == nullptr false
{"A":"a","B":"b"} == nullptr false
17 == nullptr false
"foo" == nullptr false
null == nullptr true