摘要: class A{ }; constexpr size_t sizeOfT = sizeof(A); 鼠标移动到sizeofT上可以看到A的大小 from: https://stackoverflow.com/questions/24775127/how-to-find-the-size-of-a-s 阅读全文
posted @ 2021-06-11 09:34 wolbo 阅读(48) 评论(0) 推荐(0)