#include <fstream> using namespace std; int main() { filebuf buf; filebuf buf2(move(buf));//移动构造函数,std::move用于生成一个绑定在buf上 ...
確定! 回上一頁