static_cast
From 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:
|
From 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:
|