Blog Archive

Monday, May 7, 2018

More Effective C++ 2ed Reading notes

Note 21: Use const whenever possible

const_cast conversion - cppreference.com:

Syntax

const_cast < new_type > ( expression )
Returns a value of type new_type.



'via Blog this'

No comments:

Post a Comment