static_cast

Syntax:

    static_cast<type> (object);

The static_cast keyword can be used for any normal conversion between types. No runtime checks are performed.

Related Topics: const_cast, dynamic_cast, reinterpret_cast