C ++ équivalent d'instanceof ... template<typename Base, typename T> inline bool instanceof(const T*) { return std::is_base_of<Base, T>::value; }.
確定! 回上一頁