c++中的四种cast转换, dynamic_cast、static_cast、const_cast、reinterpret_cast

NoSuchKey