Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

static_cast c++

static_cast conversion
 C++ C++ language Expressions 
Converts between types using a combination of implicit and user-defined conversions.

Syntax
static_cast < new_type > ( expression )		
Returns a value of type new_type.
Source by en.cppreference.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
4+4 =