为什么我不能使用fstream矢量?

Can*_*noe 2 c++ fstream vector c++11

当我尝试使用a时vector <fstream>,它会输出编译错误.为什么C++禁止fstream的向量?

bil*_*llz 10

因为fstream不可复制