摘要: std::vector<Ty> struct std::vector<Ty> { Ty *_Myfirst; Ty *_Mylast; Ty *_Myend; }; std::string struct std::string { union _String_val { char _Buf[16]; 阅读全文
posted @ 2025-12-03 21:11 矛盾空间 阅读(3) 评论(0) 推荐(0)