This is an old revision of the document!
Various forms of casting in C++.
static_cast
reinterpret_cast
dynamic_cast
const_cast
Read about it here.
From TC++PL4, “the int we can construct from c”.