(C++) true

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) true

 

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

 


const bool something = true;