(C++) false

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) false

 

false is a keyword and one of the two posible values of the bool data type, the other value being true.

 


const bool something = false;