std__memory__static_pointer_cast.cpp // compile with: /EHsc #include <memory> #include <iostream> struct base { int value; }; struct derived ...
確定! 回上一頁