more documentation
This commit is contained in:
parent
5e1d0f1592
commit
b2efd50a03
12 changed files with 269 additions and 26 deletions
5
doc/examples/operator__notequal__nullptr_t.output
Normal file
5
doc/examples/operator__notequal__nullptr_t.output
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[1,2,3] != nullptr true
|
||||
{"A":"a","B":"b"} != nullptr true
|
||||
17 != nullptr true
|
||||
"foo" != nullptr true
|
||||
null != nullptr false
|
||||
Loading…
Add table
Add a link
Reference in a new issue