From Jason Turner

[tab:fold.empty]

Diff to HTML by rtfpessoa

tmp/tmp14i8pjui/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ **Table: Value of folding empty sequences** <a id="tab:fold.empty">[tab:fold.empty]</a>
2
+
3
+ | Operator | Value when parameter pack is empty |
4
+ | -------- | ---------------------------------- |
5
+ | `&&` | `true` |
6
+ | `||` | `false` |
7
+ | `,` | `void()` |
8
+