static_cast

C/C++ Reference

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: