There are only a limited number of explicit forms. First off, C++ has 4 named versions: static_cast, dynamic_cast, reinterpret_cast and const_cast. C++ also supports the C-style cast (Type) Expression. Finally, there is a "constructor-style" cast Type(Expression).
asd(122.45)2016-10-26 13:28
이거넴 근데 위에 링크한건 전혀 상관없는거 아님? 내가 찾음! 퍄!
asd(122.45)2016-10-26 13:28
ㅇㅇ 그런 표현은 c++에서 다른개념 통일하려고 추가된거임 다들 그냥 (타입)식별자로 캐스팅함
C++
There are only a limited number of explicit forms. First off, C++ has 4 named versions: static_cast, dynamic_cast, reinterpret_cast and const_cast. C++ also supports the C-style cast (Type) Expression. Finally, there is a "constructor-style" cast Type(Expression).
이거넴 근데 위에 링크한건 전혀 상관없는거 아님? 내가 찾음! 퍄!
ㅇㅇ 그런 표현은 c++에서 다른개념 통일하려고 추가된거임 다들 그냥 (타입)식별자로 캐스팅함