C++ in a Nutshell
| true literal | Logical true literal |
| literal := true |
The true literal has type bool and an integer value of 1 .
See Also
bool , expression , false , Chapter 2
| true literal | Logical true literal |
| literal := true |
The true literal has type bool and an integer value of 1 .
bool , expression , false , Chapter 2