tmp/tmpcjxknl_z/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
### Logical operations <a id="logical.operations">[[logical.operations]]</a>
|
| 2 |
|
|
|
|
|
|
|
| 3 |
The library provides basic function object classes for all of the
|
| 4 |
-
logical operators in the language
|
| 5 |
-
[[expr.unary.op]]
|
| 6 |
|
| 7 |
#### Class template `logical_and` <a id="logical.operations.and">[[logical.operations.and]]</a>
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
template<class T = void> struct logical_and {
|
|
|
|
| 1 |
### Logical operations <a id="logical.operations">[[logical.operations]]</a>
|
| 2 |
|
| 3 |
+
#### General <a id="logical.operations.general">[[logical.operations.general]]</a>
|
| 4 |
+
|
| 5 |
The library provides basic function object classes for all of the
|
| 6 |
+
logical operators in the language
|
| 7 |
+
[[expr.log.and]], [[expr.log.or]], [[expr.unary.op]].
|
| 8 |
|
| 9 |
#### Class template `logical_and` <a id="logical.operations.and">[[logical.operations.and]]</a>
|
| 10 |
|
| 11 |
``` cpp
|
| 12 |
template<class T = void> struct logical_and {
|