1
0
mirror of https://github.com/nlohmann/json synced 2024-11-28 22:51:07 +00:00
nlohmannjson/doc/examples/operator__notequal__nullptr_t.output

6 lines
121 B
Plaintext
Raw Normal View History

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